diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2013-10-13 07:02:58 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2013-10-13 07:02:58 +0000 |
commit | f6735dc2b0e24365350f81c2f6a01e84d9531cdf (patch) | |
tree | ac62cfb6871d4c7c803742a5f2684695b24136ac /version.c.in | |
parent | Update to 0.5.3+debian-11+ (diff) | |
download | w3m-f6735dc2b0e24365350f81c2f6a01e84d9531cdf.tar.gz w3m-f6735dc2b0e24365350f81c2f6a01e84d9531cdf.zip |
Update to 0.5.3+debian-12
Diffstat (limited to 'version.c.in')
-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 f09d5b3..dd9e2ce 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-12" #ifndef FM_H char *w3m_version = CURRENT_VERSION; |