* version.c.in: update
* doc/README: version 0.4, release date
* doc-jp/README: ditto
* NEWS: update
From: Fumitoshi UKAI  <ukai@debian.or.jp>
This commit is contained in:
Fumitoshi UKAI
2003-02-23 16:37:11 +00:00
parent 0545c29559
commit 249e16cb70
5 changed files with 16 additions and 8 deletions

View File

@@ -1,3 +1,11 @@
2003-02-24 Fumitoshi UKAI <ukai@debian.or.jp>
* w3m 0.4
* version.c.in: update
* doc/README: version 0.4, release date
* doc-jp/README: ditto
* NEWS: update
2003-02-24 patakuti@t3.rim.or.jp
* [w3m-dev 03772] Compilation error on Cygwin B20.1
@@ -7233,4 +7241,4 @@ a * [w3m-dev 03276] compile error on EWS4800
* release-0-2-1
* import w3m-0.2.1
$Id: ChangeLog,v 1.761 2003/02/23 16:00:11 ukai Exp $
$Id: ChangeLog,v 1.762 2003/02/23 16:37:11 ukai Exp $

2
NEWS
View File

@@ -1,4 +1,4 @@
w3m 0.4?
w3m 0.4 - 2003-02-24
* rc: decode_url
* func: RESHAPE

View File

@@ -1,5 +1,5 @@
w3m: WWW wo Miru Tool version 0.3.2
(C) Copyright by Akinori ITO Nov 5, 2002
w3m: WWW wo Miru Tool version 0.4
(C) Copyright by Akinori ITO Feb 24, 2002
1. <20>Ϥ<EFBFBD><CFA4><EFBFBD><EFBFBD><EFBFBD>

View File

@@ -1,5 +1,5 @@
w3m: WWW wo Miru Tool version 0.3.2
(C) Copyright by Akinori ITO Nov 5, 2002
w3m: WWW wo Miru Tool version 0.4
(C) Copyright by Akinori ITO Feb 24, 2002
1. Introduction

View File

@@ -1,5 +1,5 @@
/* $Id: version.c.in,v 1.34 2003/02/20 15:34:56 ukai Exp $ */
#define CURRENT_VERSION "w3m/0.4rc3+cvs"
/* $Id: version.c.in,v 1.35 2003/02/23 16:37:12 ukai Exp $ */
#define CURRENT_VERSION "w3m/0.4"
#ifndef FM_H
char *w3m_version = CURRENT_VERSION;