• 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

Revisãoda18ccdc9859f8c6956fdae5964ab4d51fe7c508 (tree)
Hora2022-04-24 22:51:45
AutorDeskull <61610939+sikabane-works@user...>
CommiterGitHub

Mensagem de Log

Merge pull request #2499 from sikabane-works/release/3.0.0Alpha59

[Release] 3.0.0Alpha59

Mudança Sumário

Diff

--- 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.0Alpha58
41+PROJECT_NUMBER = 3.0.0Alpha59
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
@@ -23,7 +23,7 @@ constexpr std::string_view ROOT_VARIANT_NAME("Hengband");
2323 #define H_VER_MAJOR 3 //!< ゲームのバージョン定義(メジャー番号)
2424 #define H_VER_MINOR 0 //!< ゲームのバージョン定義(マイナー番号)
2525 #define H_VER_PATCH 0 //!< ゲームのバージョン定義(パッチ番号)
26-#define H_VER_EXTRA 58 //!< ゲームのバージョン定義(エクストラ番号)
26+#define H_VER_EXTRA 59 //!< ゲームのバージョン定義(エクストラ番号)
2727
2828 /*!
2929 * @brief セーブファイルのバージョン(3.0.0から導入)
Show on old repository browser