OSDN Git Service

2.2.0リリース / 2.2.0 Release.
authorDeskull <desull@users.sourceforge.jp>
Tue, 6 Jun 2017 23:42:04 +0000 (08:42 +0900)
committerDeskull <desull@users.sourceforge.jp>
Tue, 6 Jun 2017 23:42:04 +0000 (08:42 +0900)
lib/file/news.txt
lib/file/news_j.txt
src/defines.h

index d7dfe2f..585bebe 100644 (file)
@@ -1,6 +1,6 @@
 
                   ****************************************
-                  **           Hengband 2.1.5           **
+                  **           Hengband 2.2.0           **
                   ****************************************
 
           Based on Moria:   Copyright (c) 1985 Robert Alan Koeneke
index 2cd2c6d..9ab531b 100644 (file)
@@ -1,6 +1,6 @@
 
                   ***************************************
-                  **         変愚蛮怒 2.1.5 (開発版)   **
+                  **         変愚蛮怒 2.2.0            **
                   ***************************************
 
           Based on Moria:    Copyright (c) 1985 Robert Alan Koeneke
index 5412c4f..5300499 100644 (file)
@@ -51,8 +51,8 @@
 #define FAKE_VERSION   0
 
 #define FAKE_VER_MAJOR 12 /*!< ゲームのバージョン番号定義(メジャー番号 + 10) */
-#define FAKE_VER_MINOR 1 /*!< ゲームのバージョン番号定義(マイナー番号) */
-#define FAKE_VER_PATCH 5 /*!< ゲームのバージョン番号定義(パッチ番号) */
+#define FAKE_VER_MINOR 2 /*!< ゲームのバージョン番号定義(マイナー番号) */
+#define FAKE_VER_PATCH 0 /*!< ゲームのバージョン番号定義(パッチ番号) */
 
 
 /*!