w3m

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

commit ea133b4a9b412adf059502c1d854ed7bce644e41
parent 9d5c1a5747ead953484abe48e96dbd3c029c78e8
Author: ukai <ukai>
Date:   Wed, 30 Oct 2002 03:58:46 +0000

cvs version

Diffstat:
Mversion.c.in | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/version.c.in b/version.c.in @@ -1,5 +1,5 @@ /* $Id$ */ -#define CURRENT_VERSION "w3m/0.3.2rc3" +#define CURRENT_VERSION "w3m/0.3.2rc3+cvs" #ifndef FM_H char *w3m_version = CURRENT_VERSION;