Skip to content

Commit 095a5a9

Browse files
Merge remote-tracking branch 'upstream/develop' into SquidHack
2 parents 6aa75f2 + 5d5288a commit 095a5a9

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
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.03")
10-
set(DFHACK_RELEASE "r2")
9+
set(DF_VERSION "52.04")
10+
set(DFHACK_RELEASE "r1")
1111
set(DFHACK_PRERELEASE FALSE)
1212
set(SQUIDHACK_INFO "Compatible with DFxTwitch v0.1.x")
1313

docs/changelog.txt

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

6868
## Removed
6969

70+
# 52.04-r1
71+
72+
## New Tools
73+
74+
## New Features
75+
- Compatibility with DF 52.04
76+
77+
## Fixes
78+
79+
## Misc Improvements
80+
81+
## Documentation
82+
83+
## API
84+
85+
## Lua
86+
87+
## Removed
88+
7089
# 52.03-r2
7190

7291
## New Tools

library/xml

0 commit comments

Comments
 (0)