Skip to content

Commit 16117b3

Browse files
committed
bump to 50.14-r2
1 parent 33836c6 commit 16117b3

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project(dfhack)
88

99
# set up versioning.
1010
set(DF_VERSION "50.14")
11-
set(DFHACK_RELEASE "r1.1")
11+
set(DFHACK_RELEASE "r2")
1212
set(DFHACK_PRERELEASE FALSE)
1313

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

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.14-r2
71+
5472
## New Tools
5573
- `infinite-sky`: (reinstated, renamed from ``infiniteSky``) automatically create new z-levels of sky to build in
5674
- `forceequip`: (reinstated) forcibly move items into a unit's inventory

library/xml

Submodule xml updated 1 file

scripts

0 commit comments

Comments
 (0)