diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-12-21 20:15:58 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-12-21 20:15:58 +0000 |
commit | bc75fae44ff0eae49ec6655bc1b9ed572ab4b24b (patch) | |
tree | f26c4392c88fdab28b940f2b996efc38d7cc138f /version.c.in | |
parent | w3m 0.2.3.2 - security fix in w3m/scripts (diff) | |
download | w3m-bc75fae44ff0eae49ec6655bc1b9ed572ab4b24b.tar.gz w3m-bc75fae44ff0eae49ec6655bc1b9ed572ab4b24b.zip |
w3m 0.2.3.2-cvs
Diffstat (limited to '')
-rw-r--r-- | version.c.in | 4 |
1 files changed, 2 insertions, 2 deletions
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; |