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 2d61c20 commit 00aecebCopy full SHA for 00aeceb
CMakeLists.txt
@@ -6,8 +6,8 @@ cmake_policy(SET CMP0048 NEW)
6
cmake_policy(SET CMP0074 NEW)
7
8
# set up versioning.
9
-set(DF_VERSION "51.12")
10
-set(DFHACK_RELEASE "r1.1")
+set(DF_VERSION "51.13")
+set(DFHACK_RELEASE "r1")
11
set(DFHACK_PRERELEASE FALSE)
12
13
set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")
docs/changelog.txt
@@ -67,6 +67,12 @@ Template for new versions:
67
68
## Removed
69
70
+# 51.13-r1
71
+
72
+## New Features
73
74
+- Compatibility with DF 51.13
75
76
# 51.12-r1.1
77
78
## New Features
0 commit comments