diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-02-10 18:03:08 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-02-10 18:03:08 +0000 |
commit | 18974f212e3d1d5eff8b8b66caec8d8c844036fa (patch) | |
tree | 41826808d85a17180bdb8219e1e1cce72437c2ec | |
parent | [w3m-dev 03737] local-CGI POST (diff) | |
download | w3m-release-0-4-rc1.tar.gz w3m-release-0-4-rc1.zip |
0.4 release candidate 1release-0-4-rc1
* version.c.in: update
From: Fumitoshi UKAI <ukai@debian.or.jp>
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | version.c.in | 4 |
2 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,8 @@ +2003-02-11 Fumitoshi UKAI <ukai@debian.or.jp> + + * 0.4 release candidate 1 + * version.c.in: update + 2003-02-09 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> * [w3m-dev 03737] local-CGI POST @@ -7128,4 +7133,4 @@ a * [w3m-dev 03276] compile error on EWS4800 * release-0-2-1 * import w3m-0.2.1 -$Id: ChangeLog,v 1.744 2003/02/08 18:23:52 ukai Exp $ +$Id: ChangeLog,v 1.745 2003/02/10 18:03:08 ukai Exp $ diff --git a/version.c.in b/version.c.in index e60ae4b..1c9920f 100644 --- a/version.c.in +++ b/version.c.in @@ -1,5 +1,5 @@ -/* $Id: version.c.in,v 1.28 2002/12/06 03:40:45 ukai Exp $ */ -#define CURRENT_VERSION "w3m/0.3.2.2+cvs" +/* $Id: version.c.in,v 1.29 2003/02/10 18:03:09 ukai Exp $ */ +#define CURRENT_VERSION "w3m/0.4rc1" #ifndef FM_H char *w3m_version = CURRENT_VERSION; |