Skip to content

Commit 02bd218

Browse files
committed
update for 52.03-r1.1
1 parent 47352d6 commit 02bd218

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cmake_policy(SET CMP0074 NEW)
77

88
# set up versioning.
99
set(DF_VERSION "52.03")
10-
set(DFHACK_RELEASE "r1")
10+
set(DFHACK_RELEASE "r1.1")
1111
set(DFHACK_PRERELEASE FALSE)
1212

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

docs/changelog.txt

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Template for new versions:
3535
## Documentation
3636

3737
## API
38-
- Added GUI focus strings for new_arena: ``/Loading`` and ``/Mods``
3938

4039
## Lua
4140

@@ -56,6 +55,24 @@ Template for new versions:
5655

5756
## New Features
5857

58+
## Fixes
59+
60+
## Misc Improvements
61+
62+
## Documentation
63+
64+
## API
65+
66+
## Lua
67+
68+
## Removed
69+
70+
# 52.03-r1.1
71+
72+
## New Tools
73+
74+
## New Features
75+
5976
## Fixes
6077
- job descriptions of mix dye job will display proper dye names
6178

@@ -83,7 +100,6 @@ Template for new versions:
83100
## Documentation
84101

85102
## API
86-
- Added GUI focus strings for new_arena: ``/Loading`` and ``/Mods``
87103

88104
## Lua
89105

library/xml

0 commit comments

Comments
 (0)