変愚蛮怒のメインリポジトリです
Revision | 0bfe4fa8a9194a05c3ff5999ae70a0560643aa4a (tree) |
---|---|
Time | 2012-04-25 23:38:40 |
Author | deskull <deskull@0568...> |
Commiter | deskull |
現行の1.7.2を正式版2.0.0扱いに移行。
@@ -1,6 +1,6 @@ | ||
1 | 1 | |
2 | 2 | **************************************** |
3 | - ** Hengband 1.7.2 ** | |
3 | + ** Hengband 2.0.0 ** | |
4 | 4 | **************************************** |
5 | 5 | |
6 | 6 | Based on Moria: Copyright (c) 1985 Robert Alan Koeneke |
@@ -1,6 +1,6 @@ | ||
1 | 1 | |
2 | 2 | *************************************** |
3 | - ** 変愚蛮怒 1.7.2 ** | |
3 | + ** 変愚蛮怒 2.0.0 ** | |
4 | 4 | *************************************** |
5 | 5 | |
6 | 6 | Based on Moria: Copyright (c) 1985 Robert Alan Koeneke |
@@ -55,9 +55,9 @@ | ||
55 | 55 | * "(FAKE_VER_MAJOR-10).(FAKE_VER_MINOR).(FAKE_VER_PATCH)". |
56 | 56 | */ |
57 | 57 | #define FAKE_VERSION 0 |
58 | -#define FAKE_VER_MAJOR 11 | |
59 | -#define FAKE_VER_MINOR 7 | |
60 | -#define FAKE_VER_PATCH 2 | |
58 | +#define FAKE_VER_MAJOR 12 | |
59 | +#define FAKE_VER_MINOR 0 | |
60 | +#define FAKE_VER_PATCH 0 | |
61 | 61 | |
62 | 62 | |
63 | 63 | /* |