aboutsummaryrefslogtreecommitdiffstats
path: root/version.c.in
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2004-04-28 18:19:22 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2004-04-28 18:19:22 +0000
commit561d6df426f6c83d660b33e528a296e25ea3d4cb (patch)
tree0c9ea90cc53310832c977265521fb44db24a515e /version.c.in
parent[w3m-dev 04068] install-sh problem (diff)
downloadw3m-561d6df426f6c83d660b33e528a296e25ea3d4cb.tar.gz
w3m-561d6df426f6c83d660b33e528a296e25ea3d4cb.zip
w3m 0.5.1release-0-5-1
* version.c.in: update * doc/README: version 0.5, release date, maintainer * doc-jp/README: ditto * NEWS: update * configure.in: version 0.5.1 * po/w3m.pot, ja.po: update-po
Diffstat (limited to '')
-rw-r--r--version.c.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.c.in b/version.c.in
index fae6128..f20e985 100644
--- a/version.c.in
+++ b/version.c.in
@@ -1,5 +1,5 @@
-/* $Id: version.c.in,v 1.43 2004/03/21 18:40:23 ukai Exp $ */
-#define CURRENT_VERSION "w3m/0.5+cvs"
+/* $Id: version.c.in,v 1.44 2004/04/28 18:19:25 ukai Exp $ */
+#define CURRENT_VERSION "w3m/0.5.1"
#ifndef FM_H
char *w3m_version = CURRENT_VERSION;