OSDN Git Service

[Release] 3.0.1.11-Beta
authorDeskull <61610939+sikabane-works@users.noreply.github.com>
Sun, 14 Apr 2024 13:30:14 +0000 (22:30 +0900)
committerDeskull <61610939+sikabane-works@users.noreply.github.com>
Sun, 14 Apr 2024 13:30:50 +0000 (22:30 +0900)
configure.ac
doxygen/Hengband.doxyfile
src/system/angband-version.h

index 15c2ecd..2b5fba1 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(hengband, 3.0.1.10-Beta)
+AC_INIT(hengband, 3.0.1.11-Beta)
 
 AC_CONFIG_MACRO_DIRS([m4])
 AC_CONFIG_HEADERS(src/autoconf.h)
index 24a2de4..46a001a 100644 (file)
@@ -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.10-Beta
+PROJECT_NUMBER         = 3.0.1.11-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
index def54f0..7d5fc19 100644 (file)
@@ -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 10 //!< ゲームのバージョン定義(エクストラ番号)
+#define H_VER_EXTRA 11 //!< ゲームのバージョン定義(エクストラ番号)
 
 /*!
  * @brief セーブファイルのバージョン(3.0.0から導入)