diff options
author | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-04 07:41:45 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-04 07:41:45 +0000 |
commit | 5397d09e585a1938fb64bc9c5cd5daed1959eb90 (patch) | |
tree | cd2673d4ca9584c426f9291e54b7bbb508c11e76 /version.c.in | |
parent | Adding upstream version 0.5.2 (diff) | |
download | w3m-5397d09e585a1938fb64bc9c5cd5daed1959eb90.tar.gz w3m-5397d09e585a1938fb64bc9c5cd5daed1959eb90.zip |
Adding upstream version 0.5.3upstream/0.5.3
Diffstat (limited to 'version.c.in')
-rw-r--r-- | version.c.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.c.in b/version.c.in index 76501b3..27dab36 100644 --- a/version.c.in +++ b/version.c.in @@ -1,5 +1,5 @@ -/* $Id: version.c.in,v 1.46 2007/05/31 12:17:05 inu Exp $ */ -#define CURRENT_VERSION "w3m/0.5.2" +/* $Id: version.c.in,v 1.48 2011/01/15 07:52:48 inu Exp $ */ +#define CURRENT_VERSION "w3m/0.5.3" #ifndef FM_H char *w3m_version = CURRENT_VERSION; |