We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54acfc8 commit bbb5ec4Copy full SHA for bbb5ec4
2 files changed
CMakeLists.txt
@@ -7,7 +7,7 @@ cmake_policy(SET CMP0074 NEW)
7
8
# set up versioning.
9
set(DF_VERSION "51.11")
10
-set(DFHACK_RELEASE "r1.1")
+set(DFHACK_RELEASE "r1.2")
11
set(DFHACK_PRERELEASE FALSE)
12
13
set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")
docs/changelog.txt
@@ -56,7 +56,6 @@ Template for new versions:
56
## New Features
57
58
## Fixes
59
-- `preserve-tombs`: will no longer crash when a tomb is assigned to a unit that does not exist
60
61
## Misc Improvements
62
@@ -68,6 +67,11 @@ Template for new versions:
68
67
69
## Removed
70
+# 51.11-r1.2
71
+
72
+## Fixes
73
+- `preserve-tombs`: will no longer crash when a tomb is assigned to a unit that does not exist
74
75
# 51.11-r1.1
76
77
0 commit comments