diff options
author | Dai Sato <satodai@w3m.jp> | 2007-05-31 12:17:05 +0000 |
---|---|---|
committer | Dai Sato <satodai@w3m.jp> | 2007-05-31 12:17:05 +0000 |
commit | ae48f2a576f588e39e099031ccf8ecce11163ea3 (patch) | |
tree | 7d6fed976b72694d61fc595a745d394e1cd6e1a5 /version.c.in | |
parent | fix type, add GC_INIT(). (diff) | |
download | w3m-ae48f2a576f588e39e099031ccf8ecce11163ea3.tar.gz w3m-ae48f2a576f588e39e099031ccf8ecce11163ea3.zip |
w3m 0.5.2 releaserelease-0-5-2
Diffstat (limited to '')
-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 a25d596..76501b3 100644 --- a/version.c.in +++ b/version.c.in @@ -1,5 +1,5 @@ -/* $Id: version.c.in,v 1.45 2004/05/02 16:40:46 ukai Exp $ */ -#define CURRENT_VERSION "w3m/0.5.1+cvs" +/* $Id: version.c.in,v 1.46 2007/05/31 12:17:05 inu Exp $ */ +#define CURRENT_VERSION "w3m/0.5.2" #ifndef FM_H char *w3m_version = CURRENT_VERSION; |