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 761217a commit 3f417ebCopy full SHA for 3f417eb
CMakeLists.txt
@@ -7,7 +7,7 @@ cmake_policy(SET CMP0074 NEW)
7
8
# set up versioning.
9
set(DF_VERSION "51.03")
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
@@ -68,6 +68,11 @@ Template for new versions:
68
69
## Removed
70
71
+# 51.03-r1.1
72
+
73
+## Misc Improvements
74
+- Compatibility with Itch release of DF 51.03
75
76
# 51.03-r1
77
78
## Fixes
0 commit comments