Skip to content

Commit fa78ec5

Browse files
committed
bump to 50.11-r2
1 parent 29d3993 commit fa78ec5

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

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.11")
11-
set(DFHACK_RELEASE "r2rc1")
12-
set(DFHACK_PRERELEASE TRUE)
11+
set(DFHACK_RELEASE "r2")
12+
set(DFHACK_PRERELEASE FALSE)
1313

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

docs/changelog.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,24 @@ Template for new versions:
5151

5252
# Future
5353

54+
## New Tools
55+
56+
## New Features
57+
58+
## Fixes
59+
60+
## Misc Improvements
61+
62+
## Documentation
63+
64+
## API
65+
66+
## Lua
67+
68+
## Removed
69+
70+
# 50.11-r2
71+
5472
## New Tools
5573
- `spectate`: (reinstated) automatically follow dwarves, cycling among interesting ones
5674
- `preserve-tombs`: keep tombs assigned to units when they die

library/xml

Submodule xml updated 1 file

scripts

0 commit comments

Comments
 (0)