Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_policy(SET CMP0048 NEW)
cmake_policy(SET CMP0074 NEW)

# set up versioning.
set(DF_VERSION "51.12")
set(DF_VERSION "51.13")
set(DFHACK_RELEASE "r1")
set(DFHACK_PRERELEASE FALSE)

Expand Down Expand Up @@ -66,7 +66,7 @@ endif()

if(WIN32)
set(MSVC_MIN_VER 1930)
set(MSVC_MAX_VER 1943)
set(MSVC_MAX_VER 1944)
if(NOT MSVC)
message(SEND_ERROR "No MSVC found! MSVC 2022 version ${MSVC_MIN_VER} to ${MSVC_MAX_VER} is required.")
elseif((MSVC_VERSION LESS MSVC_MIN_VER) OR (MSVC_VERSION GREATER MSVC_MAX_VER))
Expand Down
12 changes: 12 additions & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,18 @@ Template for new versions:

## Removed

# 51.13-r1

## New Features

- Compatibility with DF 51.13

# 51.12-r1.1

## New Features

- Compatibility with Itch release of DF 51.12

# 51.12-r1

## Fixes
Expand Down
2 changes: 1 addition & 1 deletion library/xml
Submodule xml updated 1 files
+4,376 −4,368 symbols.xml
Loading