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 1616ce5..1182aa2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2001-12-20 Fumitoshi UKAI <ukai@debian.or.jp>
+ * version.c.in: 0.2.3-cvs
+
+2001-12-20 Fumitoshi UKAI <ukai@debian.or.jp>
+
* w3m 0.2.3 release
* version.c.in: update
@@ -1336,4 +1340,4 @@
* release-0-2-1
* import w3m-0.2.1
-$Id: ChangeLog,v 1.145 2001/12/20 04:31:09 ukai Exp $
+$Id: ChangeLog,v 1.146 2001/12/20 04:52:24 ukai Exp $
diff --git a/version.c.in b/version.c.in
index 8db2458..129cf2d 100644
--- a/version.c.in
+++ b/version.c.in
@@ -1,5 +1,5 @@
-/* $Id: version.c.in,v 1.2 2001/12/20 04:31:10 ukai Exp $ */
-#define CURRENT_VERSION "w3m/0.2.3"
+/* $Id: version.c.in,v 1.3 2001/12/20 04:52:24 ukai Exp $ */
+#define CURRENT_VERSION "w3m/0.2.3-cvs"
#ifndef FM_H
char *w3m_version = CURRENT_VERSION;