• R/O
  • HTTP
  • SSH
  • HTTPS

hengbandosx: Commit

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.


Commit MetaInfo

Revisiond757953328d5f667779e2c4d891099c10ff6e1f6 (tree)
Time2021-10-17 23:37:22
AuthorDeskull <61610939+sikabane-works@user...>
CommiterGitHub

Log Message

Merge pull request #1802 from sikabane-works/release/3.0.0Alpha41

[Release] 3.0.0Alpha41

Change Summary

Incremental Difference

--- a/doxygen/Hengband.doxyfile
+++ b/doxygen/Hengband.doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME = Hengband
3838 # could be handy for archiving the generated documentation or if some version
3939 # control system is used.
4040
41-PROJECT_NUMBER = 3.0.0Alpha40
41+PROJECT_NUMBER = 3.0.0Alpha41
4242
4343 # Using the PROJECT_BRIEF tag one can provide an optional one line description
4444 # for a project that appears at the top of each page and should give viewer a
--- a/src/system/angband-version.h
+++ b/src/system/angband-version.h
@@ -17,7 +17,7 @@
1717 #define H_VER_MAJOR 3 //!< ゲームのバージョン定義(メジャー番号)
1818 #define H_VER_MINOR 0 //!< ゲームのバージョン定義(マイナー番号)
1919 #define H_VER_PATCH 0 //!< ゲームのバージョン定義(パッチ番号)
20-#define H_VER_EXTRA 40 //!< ゲームのバージョン定義(エクストラ番号)
20+#define H_VER_EXTRA 41 //!< ゲームのバージョン定義(エクストラ番号)
2121
2222 /*!
2323 * @brief セーブファイルのバージョン(3.0.0から導入)
Show on old repository browser