w3m

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

commit cea1189fd35f02d57943a6f5562f2995445412ba
parent e6ab2884c05cf5cd3fecc1d7ab582660401303f0
Author: ukai <ukai>
Date:   Tue, 11 Feb 2003 10:31:37 +0000

version.c.in: cvs version

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

diff --git a/ChangeLog b/ChangeLog @@ -1,5 +1,9 @@ 2003-02-11 Fumitoshi UKAI <ukai@debian.or.jp> + * version.c.in: cvs version + +2003-02-11 Fumitoshi UKAI <ukai@debian.or.jp> + * 0.4 release candidate 1 * version.c.in: update diff --git a/version.c.in b/version.c.in @@ -1,5 +1,5 @@ /* $Id$ */ -#define CURRENT_VERSION "w3m/0.4rc1" +#define CURRENT_VERSION "w3m/0.4rc1+cvs" #ifndef FM_H char *w3m_version = CURRENT_VERSION;