aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-10-28 17:12:34 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-10-28 17:12:34 +0000
commitfe829be1739254a155bff9a00bd227344ab63d47 (patch)
treecdb3cf923cefaf930475a1b837064fa79f80c204
parent[w3m-dev 03352] w3mimgsize is not necessary. (diff)
downloadw3m-fe829be1739254a155bff9a00bd227344ab63d47.tar.gz
w3m-fe829be1739254a155bff9a00bd227344ab63d47.zip
0.3.2 release candidate 3release-0-3-2-rc3
Diffstat (limited to '')
-rw-r--r--ChangeLog7
-rw-r--r--version.c.in4
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b3a9646..a3f2de9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-10-29 Fumitoshi UKAI <ukai@debian.or.jp>
+
+ * 0.3.2 release candidate 3
+ * version.c.in: update
+
2002-10-29 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
* [w3m-dev 03352] w3mimgsize is not necessary.
@@ -4020,4 +4025,4 @@ a * [w3m-dev 03276] compile error on EWS4800
* release-0-2-1
* import w3m-0.2.1
-$Id: ChangeLog,v 1.455 2002/10/28 17:09:15 ukai Exp $
+$Id: ChangeLog,v 1.456 2002/10/28 17:12:34 ukai Exp $
diff --git a/version.c.in b/version.c.in
index a1f51b3..bc580c5 100644
--- a/version.c.in
+++ b/version.c.in
@@ -1,5 +1,5 @@
-/* $Id: version.c.in,v 1.20 2002/10/27 16:59:33 ukai Exp $ */
-#define CURRENT_VERSION "w3m/0.3.2rc2+cvs"
+/* $Id: version.c.in,v 1.21 2002/10/28 17:12:37 ukai Exp $ */
+#define CURRENT_VERSION "w3m/0.3.2rc3"
#ifndef FM_H
char *w3m_version = CURRENT_VERSION;