aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--version.c.in4
2 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 198aa6c..4c3a0e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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;