File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ cmake_policy(SET CMP0074 NEW)
77
88# set up versioning.
99set (DF_VERSION "51.11" )
10- set (DFHACK_RELEASE "r1.1 " )
10+ set (DFHACK_RELEASE "r1.2 " )
1111set (DFHACK_PRERELEASE FALSE )
1212
1313set (DFHACK_VERSION "${DF_VERSION} -${DFHACK_RELEASE} " )
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ Template for new versions:
5656## New Features
5757
5858## Fixes
59- - `preserve-tombs`: will no longer crash when a tomb is assigned to a unit that does not exist
6059
6160## Misc Improvements
6261
@@ -68,6 +67,11 @@ Template for new versions:
6867
6968## Removed
7069
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+
7175# 51.11-r1.1
7276
7377## Fixes
You can’t perform that action at this time.
0 commit comments