diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2014-01-03 08:12:18 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2014-01-03 08:12:18 +0000 |
commit | e527b02e02b2d8eb5d0fa67c653ac309cfd9de1c (patch) | |
tree | 6fa5985a0449bd2eff7c26e2244520333a04a5a3 /version.c.in | |
parent | Update to 0.5.3+debian-13+ (diff) | |
download | w3m-e527b02e02b2d8eb5d0fa67c653ac309cfd9de1c.tar.gz w3m-e527b02e02b2d8eb5d0fa67c653ac309cfd9de1c.zip |
Update to 0.5.3+debian-14
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 956f539..426c871 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-13+" +#define CURRENT_VERSION "w3m/0.5.3+debian-14" #ifndef FM_H char *w3m_version = CURRENT_VERSION; |