diff options
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | version.c.in | 4 |
2 files changed, 7 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2002-11-27 Fumitoshi UKAI <ukai@debian.or.jp> + + * version.c.in: w3m/0.3.2.1+cvs + 2002-11-27 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> * [w3m-dev 03491] Re: case insensitive regexp search @@ -5200,4 +5204,4 @@ a * [w3m-dev 03276] compile error on EWS4800 * release-0-2-1 * import w3m-0.2.1 -$Id: ChangeLog,v 1.564 2002/11/26 18:51:15 ukai Exp $ +$Id: ChangeLog,v 1.565 2002/11/27 03:06:04 ukai Exp $ diff --git a/version.c.in b/version.c.in index e6ed695..ddac040 100644 --- a/version.c.in +++ b/version.c.in @@ -1,5 +1,5 @@ -/* $Id: version.c.in,v 1.26 2002/11/05 13:25:59 ukai Exp $ */ -#define CURRENT_VERSION "w3m/0.3.2+cvs" +/* $Id: version.c.in,v 1.27 2002/11/27 03:01:25 ukai Exp $ */ +#define CURRENT_VERSION "w3m/0.3.2.1+cvs" #ifndef FM_H char *w3m_version = CURRENT_VERSION; |