Skip to content

Commit ff721f1

Browse files
committed
bump version to 50.15-r1.1
1 parent 0e27ea6 commit ff721f1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project(dfhack)
88

99
# set up versioning.
1010
set(DF_VERSION "50.15")
11-
set(DFHACK_RELEASE "r1")
11+
set(DFHACK_RELEASE "r1.1")
1212
set(DFHACK_PRERELEASE FALSE)
1313

1414
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+
# 50.15-r1.1
71+
72+
## Misc Improvements
73+
74+
- Updated support for Classic (Itch not available for analysis yet)
75+
7076
# 50.15-r1
7177

7278
# Fixes

0 commit comments

Comments
 (0)