We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f628ce8 commit 7f647fcCopy full SHA for 7f647fc
CMakeLists.txt
@@ -7,7 +7,7 @@ cmake_policy(SET CMP0074 NEW)
7
8
# set up versioning.
9
set(DF_VERSION "53.04")
10
-set(DFHACK_RELEASE "r1")
+set(DFHACK_RELEASE "r1.1")
11
set(DFHACK_PRERELEASE FALSE)
12
13
set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")
docs/changelog.txt
@@ -70,6 +70,25 @@ Template for new versions:
70
71
## Removed
72
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
92
# 53.04-r1
93
94
## New Tools
0 commit comments