diff --git a/CMakeLists.txt b/CMakeLists.txt index 934da9160e..c6959f03db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,8 +8,8 @@ project(dfhack) # set up versioning. set(DF_VERSION "50.13") -set(DFHACK_RELEASE "r3rc3") -set(DFHACK_PRERELEASE TRUE) +set(DFHACK_RELEASE "r3") +set(DFHACK_PRERELEASE FALSE) set(DFHACK_VERSION "${DF_VERSION}-${DFHACK_RELEASE}") set(DFHACK_ABI_VERSION 2) diff --git a/docs/changelog.txt b/docs/changelog.txt index ab296f072f..3f662b86bf 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -51,6 +51,24 @@ Template for new versions: # Future +## New Tools + +## New Features + +## Fixes + +## Misc Improvements + +## Documentation + +## API + +## Lua + +## Removed + +# 50.13-r2 + ## New Tools - `plant`: (reinstated) tool for creating/growing/removing plants diff --git a/library/xml b/library/xml index 4a609f62c7..f0530a2214 160000 --- a/library/xml +++ b/library/xml @@ -1 +1 @@ -Subproject commit 4a609f62c7ee076ab52a2ea4a31e2ac5ac9beceb +Subproject commit f0530a22149606596e97e3e17d941df3aafe29b9 diff --git a/scripts b/scripts index 41312c900a..6ed6f6278c 160000 --- a/scripts +++ b/scripts @@ -1 +1 @@ -Subproject commit 41312c900a164f5277ab6d93907c5dd2c4a83ccd +Subproject commit 6ed6f6278cd169f843f0baa75c30794def8725d9