OSDN Git Service

[Version] 3.0.0Alpha13
authordeskull <deskull@users.sourceforge.jp>
Sun, 21 Mar 2021 09:50:10 +0000 (18:50 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 21 Mar 2021 09:50:10 +0000 (18:50 +0900)
doxygen/Hengband.doxyfile
src/system/angband-version.h

index 9506a33..64afefd 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.0Alpha12
+PROJECT_NUMBER         = 3.0.0Alpha13
 
 # 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 1aaf3d0..d4efdae 100644 (file)
@@ -19,7 +19,7 @@
 #define FAKE_VER_MAJOR 13 /*!< ゲームのバージョン番号定義(メジャー番号 + 10) */
 #define FAKE_VER_MINOR 0 /*!< ゲームのバージョン番号定義(マイナー番号) */
 #define FAKE_VER_PATCH 0 /*!< ゲームのバージョン番号定義(パッチ番号) */
-#define FAKE_VER_EXTRA 12 /*!< ゲームのバージョン番号定義(エクストラ番号) */
+#define FAKE_VER_EXTRA 13 /*!< ゲームのバージョン番号定義(エクストラ番号) */
 
 /*!
  * @brief バージョンが開発版が安定版かを返す