Skip to content

Commit 30374d0

Browse files
committed
53.03-r1
1 parent 240414c commit 30374d0

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ cmake_policy(SET CMP0048 NEW)
66
cmake_policy(SET CMP0074 NEW)
77

88
# set up versioning.
9-
set(DF_VERSION "53.02")
10-
set(DFHACK_RELEASE "r2")
9+
set(DF_VERSION "53.03")
10+
set(DFHACK_RELEASE "r1")
1111
set(DFHACK_PRERELEASE FALSE)
1212

1313
set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}")

docs/changelog.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,25 @@ Template for new versions:
7070

7171
## Removed
7272

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+
7392
# 53.02-r2
7493

7594
## New Tools

0 commit comments

Comments
 (0)