* 0.3.2 release candidate 1

* version.c.in: update
From: Fumitoshi UKAI  <ukai@debian.or.jp>
This commit is contained in:
Fumitoshi UKAI
2002-10-25 16:11:20 +00:00
parent dcbe200883
commit 40dc65a768
2 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2002-10-26 Fumitoshi UKAI <ukai@debian.or.jp>
* 0.3.2 release candidate 1
* version.c.in: update
2002-10-26 Gary Johnson <garyjohn@spk.agilent.com>
* [w3m-dev-en 00777] patch to fix w3m-0.3.1 word break problem
@@ -330,7 +335,7 @@
2002-07-19 Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
* [w3m-dev 03276] compile error on EWS4800
a * [w3m-dev 03276] compile error on EWS4800
* file.c (extract_auth_val): fix warnings
* w3mimg/w3mimg.c: include <stdlib.h>
@@ -3952,4 +3957,4 @@
* release-0-2-1
* import w3m-0.2.1
$Id: ChangeLog,v 1.445 2002/10/25 16:00:52 ukai Exp $
$Id: ChangeLog,v 1.446 2002/10/25 16:11:20 ukai Exp $

View File

@@ -1,5 +1,5 @@
/* $Id: version.c.in,v 1.16 2002/07/17 16:05:17 ukai Exp $ */
#define CURRENT_VERSION "w3m/0.3.1+cvs"
/* $Id: version.c.in,v 1.17 2002/10/25 16:11:20 ukai Exp $ */
#define CURRENT_VERSION "w3m/0.3.2rc1"
#ifndef FM_H
char *w3m_version = CURRENT_VERSION;