Skip to content

Commit 3a5eaa1

Browse files
committed
Bump to 52.03-r1
1 parent bd6c6bd commit 3a5eaa1

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
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 "52.02")
10-
set(DFHACK_RELEASE "r2")
9+
set(DF_VERSION "52.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
@@ -56,6 +56,25 @@ Template for new versions:
5656

5757
## New Features
5858

59+
## Fixes
60+
61+
## Misc Improvements
62+
63+
## Documentation
64+
65+
## API
66+
- Added GUI focus strings for new_arena: ``/Loading`` and ``/Mods``
67+
68+
## Lua
69+
70+
## Removed
71+
72+
# 52.03-1
73+
74+
## New Tools
75+
76+
## New Features
77+
5978
## Fixes
6079
- `preserve-rooms` will no longer hang on startup in the presence of a cycle in the replacement relationship of noble positions
6180

scripts

0 commit comments

Comments
 (0)