We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90bc48a commit 8133bdbCopy full SHA for 8133bdb
1 file changed
CMakeLists.txt
@@ -8,8 +8,8 @@ project(dfhack)
8
9
# set up versioning.
10
set(DF_VERSION "50.13")
11
-set(DFHACK_RELEASE "r4")
12
-set(DFHACK_PRERELEASE FALSE)
+set(DFHACK_RELEASE "r5rc1")
+set(DFHACK_PRERELEASE TRUE)
13
14
set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")
15
set(DFHACK_ABI_VERSION 2)
0 commit comments