diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2014-01-04 02:47:23 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2014-01-04 02:47:23 +0000 |
commit | eed484163e287027f354f3a4772f0583f0e61ee8 (patch) | |
tree | bf5a82163f62361f74b63652594212c9b510fc7b /debian | |
parent | Explicitly add pkg-config to Build-Depends (diff) | |
download | w3m-eed484163e287027f354f3a4772f0583f0e61ee8.tar.gz w3m-eed484163e287027f354f3a4772f0583f0e61ee8.zip |
Update 015_debian-version.patch to 0.5.3+debian-15
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/015_debian-version.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/015_debian-version.patch b/debian/patches/015_debian-version.patch index 2c54a1c..c7e6a31 100644 --- a/debian/patches/015_debian-version.patch +++ b/debian/patches/015_debian-version.patch @@ -6,7 +6,7 @@ From: Tatsuya Kinoshita <tats@debian.org> @@ -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-14" ++#define CURRENT_VERSION "w3m/0.5.3+debian-15" #ifndef FM_H char *w3m_version = CURRENT_VERSION; |