Skip to content

Commit 7f647fc

Browse files
committed
53.04-r1.1
1 parent f628ce8 commit 7f647fc

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

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.04")
10-
set(DFHACK_RELEASE "r1")
10+
set(DFHACK_RELEASE "r1.1")
1111
set(DFHACK_PRERELEASE FALSE)
1212

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

docs/changelog.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,25 @@ Template for new versions:
7070

7171
## Removed
7272

73+
# 53.04-r1.1
74+
75+
## New Tools
76+
77+
## New Features
78+
79+
## Fixes
80+
- fixed misalignment in ``widgets::unit_list``
81+
82+
## Misc Improvements
83+
84+
## Documentation
85+
86+
## API
87+
88+
## Lua
89+
90+
## Removed
91+
7392
# 53.04-r1
7493

7594
## New Tools

0 commit comments

Comments
 (0)