Skip to content

Commit 2cd2a92

Browse files
committed
bump version to 51.11-r1.1
1 parent 3b24bcd commit 2cd2a92

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cmake_policy(SET CMP0074 NEW)
77

88
# set up versioning.
99
set(DF_VERSION "51.11")
10-
set(DFHACK_RELEASE "r1")
10+
set(DFHACK_RELEASE "r1.1")
1111
set(DFHACK_PRERELEASE FALSE)
1212

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

docs/changelog.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ Template for new versions:
5656
## New Features
5757

5858
## Fixes
59-
- `preserve-rooms`: will no longer crash when a civzone is assigned to a unit that does not exist
6059

6160
## Misc Improvements
6261

@@ -68,6 +67,12 @@ Template for new versions:
6867

6968
## Removed
7069

70+
# 51.11-r1.1
71+
72+
## Fixes
73+
- `preserve-rooms`: will no longer crash when a civzone is assigned to a unit that does not exist
74+
- `gui/design`: fix misaligned shape icons
75+
7176
# 51.11-r1
7277

7378
## Fixes

0 commit comments

Comments
 (0)