OSDN Git Service

バージョン2.2.1付けへ。 / Version to 2.2.1. v2.2.1
authorDeskull <desull@users.sourceforge.jp>
Mon, 19 Mar 2018 11:04:42 +0000 (20:04 +0900)
committerDeskull <desull@users.sourceforge.jp>
Mon, 19 Mar 2018 11:04:42 +0000 (20:04 +0900)
src/defines.h

index f8812cc..b452dae 100644 (file)
@@ -52,8 +52,8 @@
 
 #define FAKE_VER_MAJOR 12 /*!< ゲームのバージョン番号定義(メジャー番号 + 10) */
 #define FAKE_VER_MINOR 2 /*!< ゲームのバージョン番号定義(マイナー番号) */
-#define FAKE_VER_PATCH 0 /*!< ゲームのバージョン番号定義(パッチ番号) */
-#define FAKE_VER_EXTRA 93 /*!< ゲームのバージョン番号定義(エクストラ番号) */
+#define FAKE_VER_PATCH 1 /*!< ゲームのバージョン番号定義(パッチ番号) */
+#define FAKE_VER_EXTRA 0 /*!< ゲームのバージョン番号定義(エクストラ番号) */
 
 
  /*!