Skip to content

Commit 76d7bde

Browse files
committed
update version to 53.01-r1
1 parent 2a3906b commit 76d7bde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ cmake_policy(SET CMP0048 NEW)
66
cmake_policy(SET CMP0074 NEW)
77

88
# set up versioning.
9-
set(DF_VERSION "52.05")
10-
set(DFHACK_RELEASE "r3rc1")
11-
set(DFHACK_PRERELEASE TRUE)
9+
set(DF_VERSION "53.01")
10+
set(DFHACK_RELEASE "r1")
11+
set(DFHACK_PRERELEASE FALSE)
1212

1313
set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")
1414
set(DFHACK_ABI_VERSION 2)

0 commit comments

Comments
 (0)