w3m

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

commit e6ab2884c05cf5cd3fecc1d7ab582660401303f0
parent 3eab48ca780d0cfb253c519288878ec91753a336
Author: ukai <ukai>
Date:   Mon, 10 Feb 2003 18:03:08 +0000

0.4 release candidate 1
* version.c.in: update
From: Fumitoshi UKAI  <ukai@debian.or.jp>

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

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,8 @@ +2003-02-11 Fumitoshi UKAI <ukai@debian.or.jp> + + * 0.4 release candidate 1 + * version.c.in: update + 2003-02-09 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> * [w3m-dev 03737] local-CGI POST diff --git a/version.c.in b/version.c.in @@ -1,5 +1,5 @@ /* $Id$ */ -#define CURRENT_VERSION "w3m/0.3.2.2+cvs" +#define CURRENT_VERSION "w3m/0.4rc1" #ifndef FM_H char *w3m_version = CURRENT_VERSION;