diff options
author | Dai Sato <satodai@w3m.jp> | 2007-05-31 12:17:05 +0000 |
---|---|---|
committer | Dai Sato <satodai@w3m.jp> | 2007-05-31 12:17:05 +0000 |
commit | ae48f2a576f588e39e099031ccf8ecce11163ea3 (patch) | |
tree | 7d6fed976b72694d61fc595a745d394e1cd6e1a5 /configure.ac | |
parent | fix type, add GC_INIT(). (diff) | |
download | w3m-ae48f2a576f588e39e099031ccf8ecce11163ea3.tar.gz w3m-ae48f2a576f588e39e099031ccf8ecce11163ea3.zip |
w3m 0.5.2 releaserelease-0-5-2
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a2ee3dc..83ddc34 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl w3m autoconf dnl Process this file with autoconf to produce a configure script. -AC_INIT(w3m, 0.5.1, ukai@debian.or.jp) +AC_INIT(w3m, 0.5.2, satodai@w3m.jp) PACKAGE=w3m -VERSION=0.5.1 +VERSION=0.5.2 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE") AC_DEFINE_UNQUOTED(VERSION, "$VERSION") AC_SUBST(PACKAGE) |