diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-07-15 17:33:43 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-07-15 17:33:43 +0000 |
commit | 73cfaaed25ad9bdc162afd353140208fe7f803b7 (patch) | |
tree | fc22f6eae84e2a5fd139dbad360b244a57ef4b61 /version.c.in | |
parent | [w3m-dev 03255] update cygwin info (diff) | |
download | w3m-73cfaaed25ad9bdc162afd353140208fe7f803b7.tar.gz w3m-73cfaaed25ad9bdc162afd353140208fe7f803b7.zip |
w3m 0.3.1release-0-3-1
Diffstat (limited to 'version.c.in')
-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 ead1160..f0deef3 100644 --- a/version.c.in +++ b/version.c.in @@ -1,5 +1,5 @@ -/* $Id: version.c.in,v 1.14 2002/03/05 18:10:50 ukai Exp $ */ -#define CURRENT_VERSION "w3m/0.3+cvs" +/* $Id: version.c.in,v 1.15 2002/07/15 17:33:44 ukai Exp $ */ +#define CURRENT_VERSION "w3m/0.3.1" #ifndef FM_H char *w3m_version = CURRENT_VERSION; |