diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2014-01-04 02:45:36 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2014-01-04 02:45:36 +0000 |
commit | 46c379a3a88b4c21767edb8819c80287c60a1207 (patch) | |
tree | d46376bc28e9d45599c599e2461423055bfb064e | |
parent | Update to 0.5.3+debian-14 (diff) | |
download | w3m-46c379a3a88b4c21767edb8819c80287c60a1207.tar.gz w3m-46c379a3a88b4c21767edb8819c80287c60a1207.zip |
Update to 0.5.3+debian-15
-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 426c871..9fabfe0 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-14" +#define CURRENT_VERSION "w3m/0.5.3+debian-15" #ifndef FM_H char *w3m_version = CURRENT_VERSION; |