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 c383eff..7f4ae85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2003-02-11 Fumitoshi UKAI <ukai@debian.or.jp>
+ * version.c.in: cvs version
+
+2003-02-11 Fumitoshi UKAI <ukai@debian.or.jp>
+
* 0.4 release candidate 1
* version.c.in: update
@@ -7133,4 +7137,4 @@ a * [w3m-dev 03276] compile error on EWS4800
* release-0-2-1
* import w3m-0.2.1
-$Id: ChangeLog,v 1.745 2003/02/10 18:03:08 ukai Exp $
+$Id: ChangeLog,v 1.746 2003/02/11 10:31:37 ukai Exp $
diff --git a/version.c.in b/version.c.in
index 1c9920f..e96ac61 100644
--- a/version.c.in
+++ b/version.c.in
@@ -1,5 +1,5 @@
-/* $Id: version.c.in,v 1.29 2003/02/10 18:03:09 ukai Exp $ */
-#define CURRENT_VERSION "w3m/0.4rc1"
+/* $Id: version.c.in,v 1.30 2003/02/11 10:31:38 ukai Exp $ */
+#define CURRENT_VERSION "w3m/0.4rc1+cvs"
#ifndef FM_H
char *w3m_version = CURRENT_VERSION;