Skip to content

Commit 430678d

Browse files
committed
update for 52.03-r2
1 parent 7d1239f commit 430678d

File tree

5 files changed

+23
-6
lines changed

5 files changed

+23
-6
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.03")
10-
set(DFHACK_RELEASE "r2rc1")
11-
set(DFHACK_PRERELEASE TRUE)
10+
set(DFHACK_RELEASE "r2")
11+
set(DFHACK_PRERELEASE FALSE)
1212

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

docs/changelog.txt

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,24 @@ Template for new versions:
5353

5454
## New Tools
5555

56+
## New Features
57+
58+
## Fixes
59+
60+
## Misc Improvements
61+
62+
## Documentation
63+
64+
## API
65+
66+
## Lua
67+
68+
## Removed
69+
70+
# 52.03-r2
71+
72+
## New Tools
73+
5674
## New Features
5775
- `nestboxes`: allow limiting egg protection to nestboxes inside a designated burrow
5876
- `tailor`: tailor now provides optional dye automation
@@ -70,7 +88,6 @@ Template for new versions:
7088
- ``Units``: new functions ``getFocusPenalty``, ``unbailableSocialActivity``, ``isJobAvailable``
7189

7290
## Lua
73-
7491
- New functions: ``dfhack.jobs.createLinked``, ``dfhack.jobs.assignToWorkshop``, ``dfhack.units.getFocusPenalty``, ``dfhack.units.unbailableSocialActivity``, and ``dfhack.units.isJobAvailable``
7592

7693
## Removed

library/xml

Submodule xml updated 1 file

plugins/stonesense

scripts

0 commit comments

Comments
 (0)