Skip to content

Commit 00aeceb

Browse files
committed
bump version to 51.13-r1
1 parent 2d61c20 commit 00aeceb

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
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 "51.12")
10-
set(DFHACK_RELEASE "r1.1")
9+
set(DF_VERSION "51.13")
10+
set(DFHACK_RELEASE "r1")
1111
set(DFHACK_PRERELEASE FALSE)
1212

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

docs/changelog.txt

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

6868
## Removed
6969

70+
# 51.13-r1
71+
72+
## New Features
73+
74+
- Compatibility with DF 51.13
75+
7076
# 51.12-r1.1
7177

7278
## New Features

0 commit comments

Comments
 (0)