diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2014-06-23 14:08:50 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2014-06-23 14:08:50 +0000 |
commit | 3e6fd1b5dfc07e0af38ba5e3e3c1f2d12ed82bb3 (patch) | |
tree | 1d108e8f72d683e4825cb33767aee987de50e8c0 | |
parent | Update to 0.5.3+debian-15 (diff) | |
download | w3m-3e6fd1b5dfc07e0af38ba5e3e3c1f2d12ed82bb3.tar.gz w3m-3e6fd1b5dfc07e0af38ba5e3e3c1f2d12ed82bb3.zip |
Update to 0.5.3+debian-16
-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 9fabfe0..4f87e63 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-15" +#define CURRENT_VERSION "w3m/0.5.3+debian-16" #ifndef FM_H char *w3m_version = CURRENT_VERSION; |