diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2013-08-02 15:41:52 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2013-08-02 15:41:52 +0000 |
commit | 66c7034450fe617f615961d489d1e00f1a70789b (patch) | |
tree | fbbbc0440951d29cc70e67456912ebfdefcd4143 | |
parent | Merge branch 'bug/w3mman2html-utf8' (diff) | |
parent | Update to 0.5.3+debian-10 (diff) | |
download | w3m-66c7034450fe617f615961d489d1e00f1a70789b.tar.gz w3m-66c7034450fe617f615961d489d1e00f1a70789b.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 1256607..d32d038 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-9+" +#define CURRENT_VERSION "w3m/0.5.3+debian-10" #ifndef FM_H char *w3m_version = CURRENT_VERSION; |