w3m

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

commit c78f69bf4eef78c7203f42c0e2253d7f7a01033b
parent 9930d1c8093e619fd79e15132f6a3793cbf324fd
Author: ukai <ukai>
Date:   Mon, 28 Oct 2002 17:12:34 +0000

0.3.2 release candidate 3

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

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,8 @@ +2002-10-29 Fumitoshi UKAI <ukai@debian.or.jp> + + * 0.3.2 release candidate 3 + * version.c.in: update + 2002-10-29 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> * [w3m-dev 03352] w3mimgsize is not necessary. diff --git a/version.c.in b/version.c.in @@ -1,5 +1,5 @@ /* $Id$ */ -#define CURRENT_VERSION "w3m/0.3.2rc2+cvs" +#define CURRENT_VERSION "w3m/0.3.2rc3" #ifndef FM_H char *w3m_version = CURRENT_VERSION;