Skip to content

Commit ef7f30e

Browse files
committed
bump to 50.13-r5
1 parent c9b4441 commit ef7f30e

4 files changed

Lines changed: 21 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ project(dfhack)
88

99
# set up versioning.
1010
set(DF_VERSION "50.13")
11-
set(DFHACK_RELEASE "r5rc1")
12-
set(DFHACK_PRERELEASE TRUE)
11+
set(DFHACK_RELEASE "r5")
12+
set(DFHACK_PRERELEASE FALSE)
1313

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

docs/changelog.txt

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,26 @@ Template for new versions:
5252
# Future
5353

5454
## New Tools
55-
- `preserve-rooms`: manage room assignments for off-map units and noble roles. reserves rooms owned by traveling units and reinstates their ownership when they return to the site. also allows you to assign rooms to noble/administrator roles, and the rooms will be automatically assigned whenever the holder of the role changes
5655

5756
## New Features
5857

58+
## Fixes
59+
60+
## Misc Improvements
61+
62+
## Documentation
63+
64+
## API
65+
66+
## Lua
67+
68+
## Removed
69+
70+
# 50.13-r5
71+
72+
## New Tools
73+
- `preserve-rooms`: manage room assignments for off-map units and noble roles. reserves rooms owned by traveling units and reinstates their ownership when they return to the site. also allows you to assign rooms to noble/administrator roles, and the rooms will be automatically assigned whenever the holder of the role changes
74+
5975
## Fixes
6076
- prevent hang when buildings in zones are destroyed in the case where the buildings were not added to the zone in the same order that they were created (uncommon)
6177
- `buildingplan`: improved performance in forts with large numbers of items

library/xml

Submodule xml updated 1 file

scripts

0 commit comments

Comments
 (0)