Skip to content

Commit 3803bc5

Browse files
committed
Merge branch 'develop' into experimental
2 parents d83bd10 + 8cc8467 commit 3803bc5

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CMakeLists.txt

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

88
# set up versioning.
9-
set(DF_VERSION "51.12")
9+
set(DF_VERSION "51.13")
1010
set(DFHACK_RELEASE "r1")
1111
set(DFHACK_PRERELEASE TRUE)
1212

@@ -66,7 +66,7 @@ endif()
6666

6767
if(WIN32)
6868
set(MSVC_MIN_VER 1930)
69-
set(MSVC_MAX_VER 1943)
69+
set(MSVC_MAX_VER 1944)
7070
if(NOT MSVC)
7171
message(SEND_ERROR "No MSVC found! MSVC 2022 version ${MSVC_MIN_VER} to ${MSVC_MAX_VER} is required.")
7272
elseif((MSVC_VERSION LESS MSVC_MIN_VER) OR (MSVC_VERSION GREATER MSVC_MAX_VER))

docs/changelog.txt

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

6868
## Removed
6969

70+
# 51.13-r1
71+
72+
## New Features
73+
74+
- Compatibility with DF 51.13
75+
76+
# 51.12-r1.1
77+
78+
## New Features
79+
80+
- Compatibility with Itch release of DF 51.12
81+
7082
# 51.12-r1
7183

7284
## Fixes

library/xml

Submodule xml updated 1 file

0 commit comments

Comments
 (0)