aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/015_debian-version.patch
blob: 46c2a73156a48a0263b589ab06b6fcbceac6dfa3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Subject: Set CURRENT_VERSION to debian version
From: Tatsuya Kinoshita <tats@debian.org>

diff --git a/version.c.in b/version.c.in
index 31d30e4..ce79814 100644
--- a/version.c.in
+++ b/version.c.in
@@ -1,5 +1,5 @@
 /* $Id: version.c.in,v 1.49 2012/05/22 09:45:56 inu Exp $ */
-#define CURRENT_VERSION "w3m/0.5.3+cvs"
+#define CURRENT_VERSION "w3m/0.5.3+debian-9"
 
 #ifndef FM_H
 char *w3m_version = CURRENT_VERSION;