Skip to content

Commit a98e9cc

Browse files
committed
updates for 53.07-r1
1 parent 1b42dfa commit a98e9cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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 "53.06")
10-
set(DFHACK_RELEASE "r2rc1")
11-
set(DFHACK_PRERELEASE TRUE)
9+
set(DF_VERSION "53.07")
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)