diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-02-20 15:34:56 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-02-20 15:34:56 +0000 |
commit | c958490b435a0e2c95f5f1af0bfbea0b96a0ab1c (patch) | |
tree | e75172296d4c4cfe7b51755ceaf71771858a3f1c | |
parent | 0.4 release candidate 3 (diff) | |
download | w3m-c958490b435a0e2c95f5f1af0bfbea0b96a0ab1c.tar.gz w3m-c958490b435a0e2c95f5f1af0bfbea0b96a0ab1c.zip |
cvs version
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 aefb88a..d192cbd 100644 --- a/version.c.in +++ b/version.c.in @@ -1,5 +1,5 @@ -/* $Id: version.c.in,v 1.33 2003/02/19 14:50:09 ukai Exp $ */ -#define CURRENT_VERSION "w3m/0.4rc3" +/* $Id: version.c.in,v 1.34 2003/02/20 15:34:56 ukai Exp $ */ +#define CURRENT_VERSION "w3m/0.4rc3+cvs" #ifndef FM_H char *w3m_version = CURRENT_VERSION; |