X-Git-Url: http://git.osdn.net/view?p=hengband%2Fhengband.git;a=blobdiff_plain;f=src%2Fdefines.h;h=e55457fe0f38af2bc930cea0a207ce6f5dec2d5b;hp=fb900e2304f1a0473d5a3557f817a7d42ff71552;hb=97c7a62d7abe963c7a9abcb22a35273101a09081;hpb=49ec427e5dbd462586929cbae83e2e3f8bbbac67 diff --git a/src/defines.h b/src/defines.h index fb900e230..e55457fe0 100644 --- a/src/defines.h +++ b/src/defines.h @@ -53,7 +53,7 @@ #define FAKE_VER_MAJOR 12 /*!< ゲームのバージョン番号定義(メジャー番号 + 10) */ #define FAKE_VER_MINOR 2 /*!< ゲームのバージョン番号定義(マイナー番号) */ #define FAKE_VER_PATCH 1 /*!< ゲームのバージョン番号定義(パッチ番号) */ -#define FAKE_VER_EXTRA 2 /*!< ゲームのバージョン番号定義(エクストラ番号) */ +#define FAKE_VER_EXTRA 3 /*!< ゲームのバージョン番号定義(エクストラ番号) */ /*!