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 0e27ea6 commit ff721f1Copy full SHA for ff721f1
CMakeLists.txt
@@ -8,7 +8,7 @@ project(dfhack)
8
9
# set up versioning.
10
set(DF_VERSION "50.15")
11
-set(DFHACK_RELEASE "r1")
+set(DFHACK_RELEASE "r1.1")
12
set(DFHACK_PRERELEASE FALSE)
13
14
set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")
docs/changelog.txt
@@ -67,6 +67,12 @@ Template for new versions:
67
68
## Removed
69
70
+# 50.15-r1.1
71
+
72
+## Misc Improvements
73
74
+- Updated support for Classic (Itch not available for analysis yet)
75
76
# 50.15-r1
77
78
# Fixes
0 commit comments