OSDN Git Service

[Version] 3.0.0Alpha14
authordeskull <deskull@users.sourceforge.jp>
Sun, 28 Mar 2021 11:52:31 +0000 (20:52 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 28 Mar 2021 11:52:31 +0000 (20:52 +0900)
doxygen/Hengband.doxyfile
src/system/angband-version.h

index 64afefd..f1b3562 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.0Alpha13
+PROJECT_NUMBER         = 3.0.0Alpha14
 
 # 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 f6d94c3..4927fc4 100644 (file)
@@ -17,7 +17,7 @@
 #define H_VER_MAJOR  3 //!< ゲームのバージョン定義(メジャー番号)
 #define H_VER_MINOR  0 //!< ゲームのバージョン定義(マイナー番号)
 #define H_VER_PATCH  0 //!< ゲームのバージョン定義(パッチ番号)
-#define H_VER_EXTRA 13 //!< ゲームのバージョン定義(エクストラ番号)
+#define H_VER_EXTRA 14 //!< ゲームのバージョン定義(エクストラ番号)
 
 /*!
  * @brief セーブファイルのバージョン(3.0.0から導入)