w3m

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

commit c67ccbe51607badacdacb273cf6cd96378e5bd73
parent 063b9f9629205e4f243a55d972c866833f9a956a
Author: ukai <ukai>
Date:   Sun, 21 Mar 2004 18:40:23 +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.5" +#define CURRENT_VERSION "w3m/0.5+cvs" #ifndef FM_H char *w3m_version = CURRENT_VERSION;