From 529e94f6747f8e89757a5b85a62bd03403ac5d79 Mon Sep 17 00:00:00 2001 From: Deskull <61610939+sikabane-works@users.noreply.github.com> Date: Sun, 11 Aug 2024 21:53:16 +0900 Subject: [PATCH] [Release] 3.0.1.19-Beta --- configure.ac | 2 +- doxygen/Hengband.doxyfile | 2 +- src/system/angband-version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index e0e37456b6..ed46f0fb7f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(hengband, 3.0.1.18-Beta) +AC_INIT(hengband, 3.0.1.19-Beta) AC_CONFIG_MACRO_DIRS([m4]) AC_CONFIG_HEADERS(src/autoconf.h) diff --git a/doxygen/Hengband.doxyfile b/doxygen/Hengband.doxyfile index 599fae15cb..63a0f5722b 100644 --- a/doxygen/Hengband.doxyfile +++ b/doxygen/Hengband.doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = Hengband # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 3.0.1.18-Beta +PROJECT_NUMBER = 3.0.1.19-Beta # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/src/system/angband-version.h b/src/system/angband-version.h index 3085179cfe..1d2ee3164b 100644 --- a/src/system/angband-version.h +++ b/src/system/angband-version.h @@ -24,7 +24,7 @@ constexpr std::string_view ROOT_VARIANT_NAME("Hengband"); #define H_VER_MAJOR 3 //!< ゲームのバージョン定義(メジャー番号) #define H_VER_MINOR 0 //!< ゲームのバージョン定義(マイナー番号) #define H_VER_PATCH 1 //!< ゲームのバージョン定義(パッチ番号) -#define H_VER_EXTRA 18 //!< ゲームのバージョン定義(エクストラ番号) +#define H_VER_EXTRA 19 //!< ゲームのバージョン定義(エクストラ番号) /*! * @brief セーブファイルのバージョン(3.0.0から導入)