From f7916c0d115f32f332af6b4052d4cc8e8172ba6f Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Wed, 24 Apr 2024 20:36:21 -0700 Subject: [PATCH] bump changelog and refs --- CMakeLists.txt | 2 +- docs/changelog.txt | 5 +++++ library/xml | 2 +- scripts | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a69c68881..49c1d56e2a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ project(dfhack) # set up versioning. set(DF_VERSION "50.13") -set(DFHACK_RELEASE "r1") +set(DFHACK_RELEASE "r1.1") set(DFHACK_PRERELEASE FALSE) set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}") diff --git a/docs/changelog.txt b/docs/changelog.txt index 680cf3d6a6..1b8b8a27d8 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -67,6 +67,11 @@ Template for new versions: ## Removed +# 50.13-r1.1 + +## Documentation +- Update docs on release procedures and symbol generation + # 50.13-r1 ## Fixes diff --git a/library/xml b/library/xml index 1ac6307288..3507715fd0 160000 --- a/library/xml +++ b/library/xml @@ -1 +1 @@ -Subproject commit 1ac6307288777f1ad3666dc957587d922c1ad441 +Subproject commit 3507715fd07340de5a6c47064220f6e17343e5d5 diff --git a/scripts b/scripts index 3261e0a399..217c618e19 160000 --- a/scripts +++ b/scripts @@ -1 +1 @@ -Subproject commit 3261e0a3992230ef57b2b103f40c918c7d88846d +Subproject commit 217c618e1954122b1cc5735c58a2423d916c7d49