OSDN Git Service

ブランチの指定ミスで食い違っていたバージョン表記を修正。(2.2.0リリースはこちらで行った) / Fix version mistake by branch defin... v2.2.0
authorDeskull <desull@users.sourceforge.jp>
Thu, 8 Jun 2017 14:25:27 +0000 (23:25 +0900)
committerDeskull <desull@users.sourceforge.jp>
Thu, 8 Jun 2017 14:32:25 +0000 (23:32 +0900)
lib/file/news.txt
lib/file/news_j.txt
src/defines.h

index 9ec171f..585bebe 100644 (file)
@@ -1,6 +1,6 @@
 
                   ****************************************
-                  **    Hengband 2.3.0 (Developing)     **
+                  **           Hengband 2.2.0           **
                   ****************************************
 
           Based on Moria:   Copyright (c) 1985 Robert Alan Koeneke
index c83b7a7..2081b85 100644 (file)
@@ -1,6 +1,6 @@
 
                   ***************************************
-                  **       変愚蛮怒 2.3.0 (開発版)     **
+                  **           変愚蛮怒 2.2.0          **
                   ***************************************
 
           Based on Moria:    Copyright (c) 1985 Robert Alan Koeneke
index 9a3a0cf..ca6d50c 100644 (file)
@@ -51,7 +51,7 @@
 #define FAKE_VERSION   0
 
 #define FAKE_VER_MAJOR 12 /*!< ゲームのバージョン番号定義(メジャー番号 + 10) */
-#define FAKE_VER_MINOR 3 /*!< ゲームのバージョン番号定義(マイナー番号) */
+#define FAKE_VER_MINOR 2 /*!< ゲームのバージョン番号定義(マイナー番号) */
 #define FAKE_VER_PATCH 0 /*!< ゲームのバージョン番号定義(パッチ番号) */
 #define FAKE_VER_EXTRA 0 /*!< ゲームのバージョン番号定義(エクストラ番号) */
 
@@ -69,7 +69,7 @@
  * </pre>
  */
 #define H_VER_MAJOR 2 /*!< セーブファイル上のバージョン定義(メジャー番号) */
-#define H_VER_MINOR 3 /*!< セーブファイル上のバージョン定義(マイナー番号) */
+#define H_VER_MINOR 2 /*!< セーブファイル上のバージョン定義(マイナー番号) */
 #define H_VER_PATCH 0 /*!< セーブファイル上のバージョン定義(パッチ番号) */
 #define H_VER_EXTRA 0 /*!< セーブファイル上のバージョン定義(エクストラ番号) */