Skip to content

Commit ecd0275

Browse files
committed
updates for 50.14-r1
1 parent c770bfe commit ecd0275

3 files changed

Lines changed: 21 additions & 3 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.14")
11-
set(DFHACK_RELEASE "beta")
12-
set(DFHACK_PRERELEASE TRUE)
11+
set(DFHACK_RELEASE "r1")
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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,24 @@ Template for new versions:
5555

5656
## New Features
5757

58+
## Fixes
59+
60+
## Misc Improvements
61+
62+
## Documentation
63+
64+
## API
65+
66+
## Lua
67+
68+
## Removed
69+
70+
# 50.14-r1
71+
72+
## New Tools
73+
74+
## New Features
75+
5876
## Fixes
5977
- `preserve-rooms`: don't reserve a room for citizens that you expel from the fort
6078
- `autobutcher`: fix regression in ordering of butcherable animals

0 commit comments

Comments
 (0)