diff options
author | Patric Stout <truebrain@openttd.org> | 2021-08-14 18:28:35 +0200 |
---|---|---|
committer | Patric Stout <github@truebrain.nl> | 2021-08-15 12:28:51 +0200 |
commit | eca73a810c19ed5cfb3f24cb5560d0735e19ea00 (patch) | |
tree | 19fd84b2bd77beca620287fbd8a8aa7d57962250 /bin | |
parent | ee333a954934fee206a65795670d15150178c0f3 (diff) | |
download | openttd-eca73a810c19ed5cfb3f24cb5560d0735e19ea00.tar.xz |
Change: rebrand 1.12.0 to 12.0
One question that keeps popping up: "when do we release 2.0?".
NewGRF will force that at least 1.16 will be 2.0, but to not wait
for this, let's drop the "1." and be for ever done with that
conversation.
We are following in the footstep of giants here.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ai/CMakeLists.txt | 2 | ||||
-rw-r--r-- | bin/ai/compat_12.nut (renamed from bin/ai/compat_1.12.nut) | 0 | ||||
-rw-r--r-- | bin/game/CMakeLists.txt | 2 | ||||
-rw-r--r-- | bin/game/compat_12.nut (renamed from bin/game/compat_1.12.nut) | 0 |
4 files changed, 2 insertions, 2 deletions
diff --git a/bin/ai/CMakeLists.txt b/bin/ai/CMakeLists.txt index 83eb11962..9417004fc 100644 --- a/bin/ai/CMakeLists.txt +++ b/bin/ai/CMakeLists.txt @@ -12,7 +12,7 @@ set(AI_COMPAT_SOURCE_FILES ${CMAKE_CURRENT_SOURCE_DIR}/compat_1.9.nut ${CMAKE_CURRENT_SOURCE_DIR}/compat_1.10.nut ${CMAKE_CURRENT_SOURCE_DIR}/compat_1.11.nut - ${CMAKE_CURRENT_SOURCE_DIR}/compat_1.12.nut + ${CMAKE_CURRENT_SOURCE_DIR}/compat_12.nut ) foreach(AI_COMPAT_SOURCE_FILE IN LISTS AI_COMPAT_SOURCE_FILES) diff --git a/bin/ai/compat_1.12.nut b/bin/ai/compat_12.nut index 3081fb58e..3081fb58e 100644 --- a/bin/ai/compat_1.12.nut +++ b/bin/ai/compat_12.nut diff --git a/bin/game/CMakeLists.txt b/bin/game/CMakeLists.txt index 508254e1f..55a992be3 100644 --- a/bin/game/CMakeLists.txt +++ b/bin/game/CMakeLists.txt @@ -9,7 +9,7 @@ set(GS_COMPAT_SOURCE_FILES ${CMAKE_CURRENT_SOURCE_DIR}/compat_1.9.nut ${CMAKE_CURRENT_SOURCE_DIR}/compat_1.10.nut ${CMAKE_CURRENT_SOURCE_DIR}/compat_1.11.nut - ${CMAKE_CURRENT_SOURCE_DIR}/compat_1.12.nut + ${CMAKE_CURRENT_SOURCE_DIR}/compat_12.nut ) foreach(GS_COMPAT_SOURCE_FILE IN LISTS GS_COMPAT_SOURCE_FILES) diff --git a/bin/game/compat_1.12.nut b/bin/game/compat_12.nut index 3081fb58e..3081fb58e 100644 --- a/bin/game/compat_1.12.nut +++ b/bin/game/compat_12.nut |