diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2013-08-12 11:31:58 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2013-08-12 11:31:58 +0000 |
commit | 1e676683f81651ecbabf3294f7c029d2d9ec307e (patch) | |
tree | c1de7f109063395bcc9b851fd6777c5fa4f5996e | |
parent | Merge branch 'bug/changelog' (diff) | |
parent | Update to 0.5.3+debian-11+ (diff) | |
download | w3m-1e676683f81651ecbabf3294f7c029d2d9ec307e.tar.gz w3m-1e676683f81651ecbabf3294f7c029d2d9ec307e.zip |
Merge branch 'feature/debian-version'
-rw-r--r-- | version.c.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.c.in b/version.c.in index 355ceee..f09d5b3 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+debian-11" +#define CURRENT_VERSION "w3m/0.5.3+debian-11+" #ifndef FM_H char *w3m_version = CURRENT_VERSION; |