OSDN Git Service

[Release] 3.0.0Alpha71
authorDeskull <sikabane-works@users.noreply.github.com>
Sun, 13 Nov 2022 13:21:19 +0000 (22:21 +0900)
committerDeskull <sikabane-works@users.noreply.github.com>
Sun, 13 Nov 2022 13:21:19 +0000 (22:21 +0900)
doxygen/Hengband.doxyfile
lib/xtra
src/system/angband-version.h

index af2db95..1a16ae4 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.0Alpha70
+PROJECT_NUMBER         = 3.0.0Alpha71
 
 # 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 760bac0..131d2b9 160000 (submodule)
--- a/lib/xtra
+++ b/lib/xtra
@@ -1 +1 @@
-Subproject commit 760bac01247f06c0a5508c2720929e2adb274c61
+Subproject commit 131d2b9a14c3952c22d41de002d36e4fc6d41288
index 4a69be1..d5342ef 100644 (file)
@@ -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 70 //!< ゲームのバージョン定義(エクストラ番号)
+#define H_VER_EXTRA 71 //!< ゲームのバージョン定義(エクストラ番号)
 
 /*!
  * @brief セーブファイルのバージョン(3.0.0から導入)