w3m

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

commit 966d1854d9edca2b5716a649e1f7028f43fdb2e8
parent 3c39b9d1aa93966226d2fead0c1fdd0b1b3f53f4
Author: a-ito <a-ito>
Date:   Thu, 15 Nov 2001 01:53:34 +0000

Rename version number 0.2.1-inu-1.6 as 0.2.2

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

diff --git a/version.c b/version.c @@ -1,4 +1,4 @@ -#define CURRENT_VERSION "w3m/0.2.1-inu-1.6" +#define CURRENT_VERSION "w3m/0.2.2" #ifndef FM_H char *version = CURRENT_VERSION;