diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2013-08-08 09:44:27 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2013-08-08 09:44:27 +0000 |
commit | 275ea2efe054347ed9ad1c73900965cc5567ff9b (patch) | |
tree | 823145cc873bc8aec80e4c267687e172b2f34ccc /version.c.in | |
parent | Update to 0.5.3+debian-10+ (diff) | |
download | w3m-275ea2efe054347ed9ad1c73900965cc5567ff9b.tar.gz w3m-275ea2efe054347ed9ad1c73900965cc5567ff9b.zip |
Update to 0.5.3+debian-11
Diffstat (limited to '')
-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 07b12c1..355ceee 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-10+" +#define CURRENT_VERSION "w3m/0.5.3+debian-11" #ifndef FM_H char *w3m_version = CURRENT_VERSION; |