aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--version.c.in4
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a431db..1616ce5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2001-12-20 Fumitoshi UKAI <ukai@debian.or.jp>
+ * w3m 0.2.3 release
+ * version.c.in: update
+
+2001-12-20 Fumitoshi UKAI <ukai@debian.or.jp>
+
* w3m 0.2.3 release condidate 3
* configure (use_bundled_gclib): added
@@ -1331,4 +1336,4 @@
* release-0-2-1
* import w3m-0.2.1
-$Id: ChangeLog,v 1.144 2001/12/20 04:03:24 ukai Exp $
+$Id: ChangeLog,v 1.145 2001/12/20 04:31:09 ukai Exp $
diff --git a/version.c.in b/version.c.in
index a3a80b0..8db2458 100644
--- a/version.c.in
+++ b/version.c.in
@@ -1,5 +1,5 @@
-/* $Id: version.c.in,v 1.1 2001/12/07 19:50:38 ukai Exp $ */
-#define CURRENT_VERSION "w3m/0.2.2+cvs"
+/* $Id: version.c.in,v 1.2 2001/12/20 04:31:10 ukai Exp $ */
+#define CURRENT_VERSION "w3m/0.2.3"
#ifndef FM_H
char *w3m_version = CURRENT_VERSION;