OSDN Git Service

前コミットのバージョン更新漏れ対応。 / Fix failed version increment of pre-commit.
authorDeskull <desull@users.sourceforge.jp>
Fri, 7 Jul 2017 05:12:07 +0000 (14:12 +0900)
committerDeskull <desull@users.sourceforge.jp>
Fri, 7 Jul 2017 05:12:07 +0000 (14:12 +0900)
src/defines.h

index 6a496bd..49540b6 100644 (file)
@@ -53,7 +53,7 @@
 #define FAKE_VER_MAJOR 12 /*!< ゲームのバージョン番号定義(メジャー番号 + 10) */
 #define FAKE_VER_MINOR 2 /*!< ゲームのバージョン番号定義(マイナー番号) */
 #define FAKE_VER_PATCH 0 /*!< ゲームのバージョン番号定義(パッチ番号) */
-#define FAKE_VER_EXTRA 15 /*!< ゲームのバージョン番号定義(エクストラ番号) */
+#define FAKE_VER_EXTRA 16 /*!< ゲームのバージョン番号定義(エクストラ番号) */
 
 
  /*!