aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ChangeLog6
-rw-r--r--version.c.in4
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d2320d8..45530be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2001-12-22 Fumitoshi UKAI <ukai@debian.or.jp>
+ * version.c.in: 0.2.3.2-cvs
+
+2001-12-22 Fumitoshi UKAI <ukai@debian.or.jp>
+
* w3m 0.2.3.2 - Security fix in w3m/scripts
* version.c.in: update
* w3mhelp-*.html: version 0.2.3.2
@@ -1390,4 +1394,4 @@
* release-0-2-1
* import w3m-0.2.1
-$Id: ChangeLog,v 1.155 2001/12/21 19:47:48 ukai Exp $
+$Id: ChangeLog,v 1.156 2001/12/21 20:15:58 ukai Exp $
diff --git a/version.c.in b/version.c.in
index 8f91d21..8eff870 100644
--- a/version.c.in
+++ b/version.c.in
@@ -1,5 +1,5 @@
-/* $Id: version.c.in,v 1.6 2001/12/21 19:33:29 ukai Exp $ */
-#define CURRENT_VERSION "w3m/0.2.3.2"
+/* $Id: version.c.in,v 1.7 2001/12/21 20:15:59 ukai Exp $ */
+#define CURRENT_VERSION "w3m/0.2.3.2-cvs"
#ifndef FM_H
char *w3m_version = CURRENT_VERSION;