From 7b30559b1d953e016cf0d3d5f954ca24eb1b8143 Mon Sep 17 00:00:00 2001 From: Deskull Date: Sun, 18 Sep 2022 22:28:13 +0900 Subject: [PATCH] [Release] 3.0.0Alpha66 --- doxygen/Hengband.doxyfile | 2 +- src/system/angband-version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doxygen/Hengband.doxyfile b/doxygen/Hengband.doxyfile index 8e99b1721..5c8f254e9 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.0Alpha65 +PROJECT_NUMBER = 3.0.0Alpha66 # 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 c8ccaca67..3163bcda4 100644 --- a/src/system/angband-version.h +++ b/src/system/angband-version.h @@ -23,7 +23,7 @@ constexpr std::string_view ROOT_VARIANT_NAME("Hengband"); #define H_VER_MAJOR 3 //!< ゲームのバージョン定義(メジャー番号) #define H_VER_MINOR 0 //!< ゲームのバージョン定義(マイナー番号) #define H_VER_PATCH 0 //!< ゲームのバージョン定義(パッチ番号) -#define H_VER_EXTRA 65 //!< ゲームのバージョン定義(エクストラ番号) +#define H_VER_EXTRA 66 //!< ゲームのバージョン定義(エクストラ番号) /*! * @brief セーブファイルのバージョン(3.0.0から導入) -- 2.11.0