Skip to content

Commit 6cdf702

Browse files
committed
prep for prerelease
1 parent 77455ee commit 6cdf702

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ cmake_policy(SET CMP0074 NEW)
77

88
# set up versioning.
99
set(DF_VERSION "52.04")
10-
set(DFHACK_RELEASE "r1")
11-
set(DFHACK_PRERELEASE FALSE)
10+
set(DFHACK_RELEASE "r2rc1")
11+
set(DFHACK_PRERELEASE TRUE)
1212

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

docs/changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ Template for new versions:
5959
## New Features
6060

6161
## Fixes
62-
- `zone`: animal assignment dialog now tolerates corrupt animal-to-pasture links.
6362
- improved file system handling: gracefully handle errors from operations, preventing crashes.
63+
- `zone`: animal assignment dialog now tolerates corrupt animal-to-pasture links.
6464

6565
## Misc Improvements
6666

0 commit comments

Comments
 (0)