diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-10-25 16:11:20 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-10-25 16:11:20 +0000 |
commit | 40dc65a76867fa82bfbec157f37c2ecd267bfed0 (patch) | |
tree | df5a7342513bdb1e89b1f5132831eea407fcae71 | |
parent | [w3m-dev-en 00777] patch to fix w3m-0.3.1 word break problem (diff) | |
download | w3m-40dc65a76867fa82bfbec157f37c2ecd267bfed0.tar.gz w3m-40dc65a76867fa82bfbec157f37c2ecd267bfed0.zip |
* 0.3.2 release candidate 1release-0-3-2-rc1
* version.c.in: update
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | version.c.in | 4 |
2 files changed, 9 insertions, 4 deletions
@@ -1,3 +1,8 @@ +2002-10-26 Fumitoshi UKAI <ukai@debian.or.jp> + + * 0.3.2 release candidate 1 + * version.c.in: update + 2002-10-26 Gary Johnson <garyjohn@spk.agilent.com> * [w3m-dev-en 00777] patch to fix w3m-0.3.1 word break problem @@ -330,7 +335,7 @@ 2002-07-19 Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp> - * [w3m-dev 03276] compile error on EWS4800 +a * [w3m-dev 03276] compile error on EWS4800 * file.c (extract_auth_val): fix warnings * w3mimg/w3mimg.c: include <stdlib.h> @@ -3952,4 +3957,4 @@ * release-0-2-1 * import w3m-0.2.1 -$Id: ChangeLog,v 1.445 2002/10/25 16:00:52 ukai Exp $ +$Id: ChangeLog,v 1.446 2002/10/25 16:11:20 ukai Exp $ diff --git a/version.c.in b/version.c.in index 9c8c91c..32affbc 100644 --- a/version.c.in +++ b/version.c.in @@ -1,5 +1,5 @@ -/* $Id: version.c.in,v 1.16 2002/07/17 16:05:17 ukai Exp $ */ -#define CURRENT_VERSION "w3m/0.3.1+cvs" +/* $Id: version.c.in,v 1.17 2002/10/25 16:11:20 ukai Exp $ */ +#define CURRENT_VERSION "w3m/0.3.2rc1" #ifndef FM_H char *w3m_version = CURRENT_VERSION; |