Skip to content

Commit 2e2b921

Browse files
committed
update version, changelog and scripts for 53.14-r2
1 parent 7db509e commit 2e2b921

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cmake_policy(SET CMP0074 NEW)
77

88
# set up versioning.
99
set(DF_VERSION "53.14")
10-
set(DFHACK_RELEASE "r1")
10+
set(DFHACK_RELEASE "r2")
1111
set(DFHACK_PRERELEASE FALSE)
1212

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

docs/changelog.txt

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

6161
## Fixes
6262

63+
## Misc Improvements
64+
65+
## Documentation
66+
67+
## API
68+
69+
## Lua
70+
71+
## Removed
72+
73+
# 53.14-r2
74+
75+
## New Tools
76+
77+
## New Features
78+
79+
## Fixes
80+
6381
## Misc Improvements
6482
- Core: attempts to delete a pool-allocated DF object will now throw an exception instead of corrupting the heap
6583

scripts

0 commit comments

Comments
 (0)