We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a62e75b commit 20c4278Copy full SHA for 20c4278
2 files changed
CMakeLists.txt
@@ -6,7 +6,7 @@ cmake_policy(SET CMP0048 NEW)
6
cmake_policy(SET CMP0074 NEW)
7
8
# set up versioning.
9
-set(DF_VERSION "53.09")
+set(DF_VERSION "53.10")
10
set(DFHACK_RELEASE "r1")
11
set(DFHACK_PRERELEASE FALSE)
12
docs/changelog.txt
@@ -58,6 +58,24 @@ Template for new versions:
58
59
## New Features
60
61
+## Fixes
62
+
63
+## Misc Improvements
64
65
+## Documentation
66
67
+## API
68
69
+## Lua
70
71
+## Removed
72
73
+# 53.10-r1
74
75
+## New Tools
76
77
+## New Features
78
79
## Fixes
80
- `autochop`: the report will no longer throw a C++ exception when burrows are defined.
81
- `suspendmanager`: Fix the overlay appearing where it should not when following a unit
0 commit comments