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 6919b11 commit fcc83feCopy full SHA for fcc83fe
CMakeLists.txt
@@ -8,7 +8,7 @@ project(dfhack)
8
9
# set up versioning.
10
set(DF_VERSION "50.15")
11
-set(DFHACK_RELEASE "r1.1")
+set(DFHACK_RELEASE "r1.2")
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.2
71
+
72
+## Misc Improvements
73
74
+- Updated support for Itch
75
76
# 50.15-r1.1
77
78
## Misc Improvements
0 commit comments