We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3906b commit 76d7bdeCopy full SHA for 76d7bde
CMakeLists.txt
@@ -6,9 +6,9 @@ cmake_policy(SET CMP0048 NEW)
6
cmake_policy(SET CMP0074 NEW)
7
8
# set up versioning.
9
-set(DF_VERSION "52.05")
10
-set(DFHACK_RELEASE "r3rc1")
11
-set(DFHACK_PRERELEASE TRUE)
+set(DF_VERSION "53.01")
+set(DFHACK_RELEASE "r1")
+set(DFHACK_PRERELEASE FALSE)
12
13
set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")
14
set(DFHACK_ABI_VERSION 2)
0 commit comments