From: mogami Date: Tue, 12 Aug 2003 00:22:08 +0000 (+0000) Subject: バージョンを1.5.4へ。 X-Git-Tag: v2.1.2~1228 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5335ad94d150ac1b6d2a52048b0bbb357017780f;p=hengband%2Fhengband.git バージョンを1.5.4へ。 --- diff --git a/configure.in b/configure.in index 0f1617aee..380c68919 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_INIT(src/main.c) AM_CONFIG_HEADER(src/autoconf.h) -AM_INIT_AUTOMAKE(hengband, 1.5.3) +AM_INIT_AUTOMAKE(hengband, 1.5.4) AC_ARG_WITH(setgid, [ --with-setgid=NAME install hengband as group NAME], diff --git a/lib/file/news.txt b/lib/file/news.txt index 600951ab1..b5a378791 100644 --- a/lib/file/news.txt +++ b/lib/file/news.txt @@ -1,6 +1,6 @@ **************************************** - ** Hengband 1.5.3 ** + ** Hengband 1.5.4 ** **************************************** Based on Moria: Copyright (c) 1985 Robert Alan Koeneke diff --git a/lib/file/news_j.txt b/lib/file/news_j.txt index c4e632766..1052875b3 100644 --- a/lib/file/news_j.txt +++ b/lib/file/news_j.txt @@ -1,6 +1,6 @@ *************************************** - ** ÊѶòÈÚÅÜ 1.5.3 ** + ** ÊѶòÈÚÅÜ 1.5.4 ** *************************************** Based on Moria: Copyright (c) 1985 Robert Alan Koeneke diff --git a/src/defines.h b/src/defines.h index a8f3332fb..82881ad0f 100644 --- a/src/defines.h +++ b/src/defines.h @@ -48,7 +48,7 @@ /* Savefile version for Hengband 1.1.1 and later */ #define H_VER_MAJOR 1 #define H_VER_MINOR 5 -#define H_VER_PATCH 3 +#define H_VER_PATCH 4 #define H_VER_EXTRA 0 /* Added for ZAngband */