diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2013-10-14 00:26:18 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2013-10-14 00:26:18 +0000 |
commit | 24a5b85fca901bd83c6aa1c5639f7993f6f150f5 (patch) | |
tree | 6b8ac260c8ca8f5d32469dfef62a43bb8b6b1680 /version.c.in | |
parent | Update to 0.5.3+debian-12 (diff) | |
download | w3m-24a5b85fca901bd83c6aa1c5639f7993f6f150f5.tar.gz w3m-24a5b85fca901bd83c6aa1c5639f7993f6f150f5.zip |
Update to 0.5.3+debian-12+
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 dd9e2ce..b9245a0 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-12" +#define CURRENT_VERSION "w3m/0.5.3+debian-12+" #ifndef FM_H char *w3m_version = CURRENT_VERSION; |