w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit 095bc1c120d9683656e676d8c683d2b1994f618e
parent 5f1229431a648a673a8ac4b5020f3370c3aec16d
Author: ukai <ukai>
Date:   Wed, 17 Jul 2002 16:05:17 +0000

cvs version

Diffstat:
MChangeLog | 4++++
Mversion.c.in | 2+-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,7 @@ +2002-07-18 Fumitoshi UKAI <ukai@debian.or.jp> + + * version.c.in: cvs version + 2002-07-16 Fumitoshi UKAI <ukai@debian.or.jp> * w3m 0.3.1 diff --git a/version.c.in b/version.c.in @@ -1,5 +1,5 @@ /* $Id$ */ -#define CURRENT_VERSION "w3m/0.3.1" +#define CURRENT_VERSION "w3m/0.3.1+cvs" #ifndef FM_H char *w3m_version = CURRENT_VERSION;