diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f4cab54da2..03fb101c49 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -7,7 +7,7 @@ env:
OPENRCT2_BUILD_SERVER: GitHub
OPENRCT2_ORG_TOKEN: ${{ secrets.OPENRCT2_ORG_TOKEN }}
BACKTRACE_IO_TOKEN: ${{ secrets.BACKTRACE_IO_TOKEN }}
- OPENRCT2_VERSION: 0.3.5
+ OPENRCT2_VERSION: 0.3.5.1
jobs:
lint-commit:
name: Lint Commit Message
diff --git a/debian/changelog b/debian/changelog
index 5620f00fdf..2bee6b3a17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,20 @@
-openrct2 (0.3.5-develop-1) unstable; urgency=medium
+openrct2 (0.3.5.1-develop-1) unstable; urgency=medium
* Nightly develop build.
+openrct2 (0.3.5.1) stable; urgency=medium
+
+ * Improved: [#12825, #12869] The Tile Inspector window’s layout has been tweaked slightly.
+ * Change: [#15899] Weird bonus for path 0 - likely intended as a queue bonus (original bug).
+ * Fix: [#15138] Sometimes small scenery stays when building through it.
+ * Fix: [#15620] Placing track designs at locations blocked by anything results in wrong error message.
+ * Fix: [#15843] Tile Inspector can be resized too small.
+ * Fix: [#15844] Tile Inspector has inconsistent text colours.
+ * Fix: [#15878] Crash when opening a ride window for a corrupted vehicle.
+ * Fix: [#15908] Crash when track elements have no ride assigned.
+ * Fix: [#15919] Research status incorrectly considered for scenery when in editor modes.
+ * Fix: [#15938] Track designs of some ride types are incorrectly exported to TD6.
+
openrct2 (0.3.5) stable; urgency=medium
* Feature: [#3868] Initial support for using TTF in OpenGL mode (still contains bugs).
diff --git a/distribution/changelog.txt b/distribution/changelog.txt
index c3e89c89e2..d918963dd7 100644
--- a/distribution/changelog.txt
+++ b/distribution/changelog.txt
@@ -1,4 +1,4 @@
-0.3.5+ (in development)
+0.3.5.1 (2021-11-21)
------------------------------------------------------------------------
- Improved: [#12825, #12869] The Tile Inspector window’s layout has been tweaked slightly.
- Change: [#15899] Weird bonus for path 0 - likely intended as a queue bonus (original bug).
diff --git a/distribution/linux/openrct2.appdata.xml b/distribution/linux/openrct2.appdata.xml
index 757db79566..84a7fe925c 100644
--- a/distribution/linux/openrct2.appdata.xml
+++ b/distribution/linux/openrct2.appdata.xml
@@ -66,6 +66,9 @@
none
+
+ https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.3.5.1
+
https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.3.5
diff --git a/distribution/macos/Info.plist b/distribution/macos/Info.plist
index 3930d3ae0e..c45b367a32 100644
--- a/distribution/macos/Info.plist
+++ b/distribution/macos/Info.plist
@@ -13,7 +13,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.3.5
+ 0.3.5.1
CFBundleSignature
ORCT
LSMinimumSystemVersion
diff --git a/distribution/readme.txt b/distribution/readme.txt
index 362741436a..5321aba37e 100644
--- a/distribution/readme.txt
+++ b/distribution/readme.txt
@@ -1,5 +1,5 @@
-Last updated: 2021-11-06
-Release version: 0.3.5
+Last updated: 2021-11-21
+Release version: 0.3.5.1
------------------------------------------------------------------------
diff --git a/readme.md b/readme.md
index 03e801ce5a..d446518892 100644
--- a/readme.md
+++ b/readme.md
@@ -10,7 +10,7 @@ An open-source re-implementation of RollerCoaster Tycoon 2. A construction and m
### Download
| Latest release | Latest development build |
|----------------|--------------------------|
-| [](https://openrct2.org/downloads/master/latest) | [](https://openrct2.org/downloads/develop/latest) |
+| [](https://openrct2.org/downloads/master/latest) | [](https://openrct2.org/downloads/develop/latest) |
---
diff --git a/scripts/setenv b/scripts/setenv
index aef750e2de..bfbeb369e6 100755
--- a/scripts/setenv
+++ b/scripts/setenv
@@ -4,7 +4,7 @@
# It should be dot sourced into your environment
if [[ "$GITHUB_ACTIONS" != "true" ]]; then
export OPENRCT2_BUILD_SERVER=$(hostname)
- export OPENRCT2_VERSION=0.3.5
+ export OPENRCT2_VERSION=0.3.5.1
GITHUB_REF=$(git rev-parse --symbolic-full-name HEAD)
GITHUB_SHA=$(git rev-parse HEAD)
fi
diff --git a/src/openrct2-android/app/build.gradle b/src/openrct2-android/app/build.gradle
index c5fa165c80..c0f13c9eb1 100644
--- a/src/openrct2-android/app/build.gradle
+++ b/src/openrct2-android/app/build.gradle
@@ -10,7 +10,7 @@ android {
targetSdkVersion 28
versionCode 2
- versionName '0.3.5'
+ versionName '0.3.5.1'
externalNativeBuild {
cmake {
diff --git a/src/openrct2/Version.h b/src/openrct2/Version.h
index 5a8871493f..8bebdff7d9 100644
--- a/src/openrct2/Version.h
+++ b/src/openrct2/Version.h
@@ -14,7 +14,7 @@
#include
#define OPENRCT2_NAME "OpenRCT2"
-#define OPENRCT2_VERSION "0.3.5"
+#define OPENRCT2_VERSION "0.3.5.1"
#if defined(__amd64__) || defined(_M_AMD64)
# define OPENRCT2_ARCHITECTURE "x86-64"
diff --git a/src/openrct2/network/NetworkBase.cpp b/src/openrct2/network/NetworkBase.cpp
index 7cbcf0e179..24fc479689 100644
--- a/src/openrct2/network/NetworkBase.cpp
+++ b/src/openrct2/network/NetworkBase.cpp
@@ -38,7 +38,7 @@
// This string specifies which version of network stream current build uses.
// It is used for making sure only compatible builds get connected, even within
// single OpenRCT2 version.
-#define NETWORK_STREAM_VERSION "1"
+#define NETWORK_STREAM_VERSION "0"
#define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION
static Peep* _pickup_peep = nullptr;