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 cbb952b commit 1b59060Copy full SHA for 1b59060
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 "51.05")
+set(DF_VERSION "51.06")
10
set(DFHACK_RELEASE "r1")
11
set(DFHACK_PRERELEASE FALSE)
12
docs/changelog.txt
@@ -68,10 +68,16 @@ Template for new versions:
68
69
## Removed
70
71
+# 51.06-r1
72
+
73
+## Misc Improvements
74
+- Compatibility with DF 51.06
75
76
# 51.05-r1
77
78
## Misc Improvements
79
- Compatibility with DF 51.05
80
81
# 51.04-r1.1
82
83
## Fixes
0 commit comments