The master and develop branches track hengband.
OS X development happens on the macos-1-6-2, macos-2-2-1, and macos-develop branches.
Revisão | 47d16e03754666d6aa922155b20d114349362f10 (tree) |
---|---|
Hora | 2021-12-27 21:42:08 |
Autor | Deskull <61610939+sikabane-works@user...> |
Commiter | GitHub |
Merge pull request #1944 from sikabane-works/release/3.0.0Alpha49
[Release] 3.0.0Alpha49
@@ -38,7 +38,7 @@ PROJECT_NAME = Hengband | ||
38 | 38 | # could be handy for archiving the generated documentation or if some version |
39 | 39 | # control system is used. |
40 | 40 | |
41 | -PROJECT_NUMBER = 3.0.0Alpha48 | |
41 | +PROJECT_NUMBER = 3.0.0Alpha49 | |
42 | 42 | |
43 | 43 | # Using the PROJECT_BRIEF tag one can provide an optional one line description |
44 | 44 | # for a project that appears at the top of each page and should give viewer a |
@@ -17,7 +17,7 @@ | ||
17 | 17 | #define H_VER_MAJOR 3 //!< ゲームのバージョン定義(メジャー番号) |
18 | 18 | #define H_VER_MINOR 0 //!< ゲームのバージョン定義(マイナー番号) |
19 | 19 | #define H_VER_PATCH 0 //!< ゲームのバージョン定義(パッチ番号) |
20 | -#define H_VER_EXTRA 48 //!< ゲームのバージョン定義(エクストラ番号) | |
20 | +#define H_VER_EXTRA 49 //!< ゲームのバージョン定義(エクストラ番号) | |
21 | 21 | |
22 | 22 | /*! |
23 | 23 | * @brief セーブファイルのバージョン(3.0.0から導入) |