File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ cmake_policy(SET CMP0074 NEW)
77
88# set up versioning.
99set (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
1313set (DFHACK_VERSION "${DF_VERSION} -${DFHACK_RELEASE} " )
1414set (DFHACK_ABI_VERSION 2)
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments