diff options
Diffstat (limited to 'debian/patches/015_debian-version.patch')
-rw-r--r-- | debian/patches/015_debian-version.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/015_debian-version.patch b/debian/patches/015_debian-version.patch new file mode 100644 index 0000000..46c2a73 --- /dev/null +++ b/debian/patches/015_debian-version.patch @@ -0,0 +1,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; |