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 240414c commit 30374d0Copy full SHA for 30374d0
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.02")
10
-set(DFHACK_RELEASE "r2")
+set(DF_VERSION "53.03")
+set(DFHACK_RELEASE "r1")
11
set(DFHACK_PRERELEASE FALSE)
12
13
set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")
docs/changelog.txt
@@ -70,6 +70,25 @@ Template for new versions:
70
71
## Removed
72
73
+# 53.03-r1
74
+
75
+## New Tools
76
77
+## New Features
78
79
+## Fixes
80
81
+## Misc Improvements
82
+- Release builds for Linux are now compiled with gcc 11
83
84
+## Documentation
85
86
+## API
87
88
+## Lua
89
90
+## Removed
91
92
# 53.02-r2
93
94
## New Tools
0 commit comments