w3m

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

commit f326ac31532fafb578069ed5ee5c96ba5884b6e0
parent c1b8d2ee9c75175a41ed61fd56608a2a8d717d5e
Author: ukai <ukai>
Date:   Fri, 21 Dec 2001 20:28:26 +0000

oops, +cvs

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