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 /cmake/scripts/FindVersion.cmake | |
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 'cmake/scripts/FindVersion.cmake')
-rw-r--r-- | cmake/scripts/FindVersion.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cmake/scripts/FindVersion.cmake b/cmake/scripts/FindVersion.cmake index 43255e801..c4ff99a7f 100644 --- a/cmake/scripts/FindVersion.cmake +++ b/cmake/scripts/FindVersion.cmake @@ -6,9 +6,6 @@ endif() if(NOT REV_MINOR) set(REV_MINOR 0) endif() -if(NOT REV_BUILD) - set(REV_BUILD 0) -endif() # # Finds the current version of the current folder. |