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 61b725f commit bd1b453Copy full SHA for bd1b453
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 "53.04")
10
-set(DFHACK_RELEASE "r1.1")
+set(DF_VERSION "53.05")
+set(DFHACK_RELEASE "r1")
11
set(DFHACK_PRERELEASE FALSE)
12
13
set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")
docs/changelog.txt
@@ -70,6 +70,24 @@ Template for new versions:
70
71
## Removed
72
73
+# 53.05-r1
74
+
75
+## New Tools
76
77
+## New Features
78
79
+## Fixes
80
81
+## Misc Improvements
82
83
+## Documentation
84
85
+## API
86
87
+## Lua
88
89
+## Removed
90
91
# 53.04-r1.1
92
93
## New Tools
0 commit comments