X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Fdefines.h;h=d5ecbc56ad08bc4f18ebf29da15ee6a6b649fd25;hb=141b95346462d722bdeaaeee16533f3039b02f7d;hp=691383e2f3473b33fcfe81fa19b66ca25f791f2e;hpb=b88c10e712177e5e04ab4b9167d732ebfa728c28;p=hengband%2Fhengband.git diff --git a/src/defines.h b/src/defines.h index 691383e2f..d5ecbc56a 100644 --- a/src/defines.h +++ b/src/defines.h @@ -48,12 +48,12 @@ * "(FAKE_VER_MAJOR-10).(FAKE_VER_MINOR).(FAKE_VER_PATCH)". * */ -#define FAKE_VERSION 0 +#define FAKE_VERSION 0 #define FAKE_VER_MAJOR 12 /*!< ゲームのバージョン番号定義(メジャー番号 + 10) */ #define FAKE_VER_MINOR 2 /*!< ゲームのバージョン番号定義(マイナー番号) */ #define FAKE_VER_PATCH 0 /*!< ゲームのバージョン番号定義(パッチ番号) */ -#define FAKE_VER_EXTRA 73 /*!< ゲームのバージョン番号定義(エクストラ番号) */ +#define FAKE_VER_EXTRA 87 /*!< ゲームのバージョン番号定義(エクストラ番号) */ /*!