Skip to content

Commit bd1b453

Browse files
committed
changes for 53.05-r1
1 parent 61b725f commit bd1b453

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-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.04")
10-
set(DFHACK_RELEASE "r1.1")
9+
set(DF_VERSION "53.05")
10+
set(DFHACK_RELEASE "r1")
1111
set(DFHACK_PRERELEASE FALSE)
1212

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

docs/changelog.txt

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

7171
## Removed
7272

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+
7391
# 53.04-r1.1
7492

7593
## New Tools

0 commit comments

Comments
 (0)