w3m

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

commit 2b21bacc39e703696e140b2f1908420c2dec407b
parent 19831131df808cb2ff943d5b00cd9fb22432c6e3
Author: ukai <ukai>
Date:   Thu, 31 Oct 2002 09:33:57 +0000

cvs current

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.2rc4" +#define CURRENT_VERSION "w3m/0.3.2rc4+cvs" #ifndef FM_H char *w3m_version = CURRENT_VERSION;