summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2021-09-25 13:48:03 +0200
committerGitHub <noreply@github.com>2021-09-25 13:48:03 +0200
commit394c749b6b0fa3e185734b7e5b92ad71420fdf2c (patch)
tree8778ab3f76393aeece0c92225a0a0510c0c50388 /CMakeLists.txt
parent39662aabefa851a153b66571a50fd4b78b83ced1 (diff)
downloadopenttd-394c749b6b0fa3e185734b7e5b92ad71420fdf2c.tar.xz
Change: Heading for 13 now (#9573)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 37e8697e4..4dc733777 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@ if(NOT BINARY_NAME)
endif()
project(${BINARY_NAME}
- VERSION 12.0
+ VERSION 13.0
)
if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)