diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2004-05-02 16:40:46 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2004-05-02 16:40:46 +0000 |
commit | 5ee509c0738ca5b969324af480377082f618eefa (patch) | |
tree | 5924035e97c15447a93f4597871e1a746afab9ba /version.c.in | |
parent | w3m 0.5.1 (diff) | |
download | w3m-5ee509c0738ca5b969324af480377082f618eefa.tar.gz w3m-5ee509c0738ca5b969324af480377082f618eefa.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 f20e985..a25d596 100644 --- a/version.c.in +++ b/version.c.in @@ -1,5 +1,5 @@ -/* $Id: version.c.in,v 1.44 2004/04/28 18:19:25 ukai Exp $ */ -#define CURRENT_VERSION "w3m/0.5.1" +/* $Id: version.c.in,v 1.45 2004/05/02 16:40:46 ukai Exp $ */ +#define CURRENT_VERSION "w3m/0.5.1+cvs" #ifndef FM_H char *w3m_version = CURRENT_VERSION; |