OSDN Git Service

[Release] 3.0.0Alpha69 3.0.0Alpha69
authorDeskull <sikabane-works@users.noreply.github.com>
Sun, 9 Oct 2022 12:05:59 +0000 (21:05 +0900)
committerDeskull <sikabane-works@users.noreply.github.com>
Sun, 9 Oct 2022 12:05:59 +0000 (21:05 +0900)
doxygen/Hengband.doxyfile
src/system/angband-version.h

index 948f640..ff28a77 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.0Alpha68
+PROJECT_NUMBER         = 3.0.0Alpha69
 
 # 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 c8bed8d..d299b4c 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 68 //!< ゲームのバージョン定義(エクストラ番号)
+#define H_VER_EXTRA 69 //!< ゲームのバージョン定義(エクストラ番号)
 
 /*!
  * @brief セーブファイルのバージョン(3.0.0から導入)