From ac593b9daf5cddcba92638f2605d6e276181dfbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Wed, 3 May 2017 23:43:16 +0200 Subject: [PATCH] Start v0.0.8 --- .github/ISSUE_TEMPLATE.md | 2 +- .travis.yml | 2 +- appveyor.yml | 2 +- debian/changelog | 2 +- distribution/changelog.txt | 3 +++ distribution/macos/Info.plist | 2 +- distribution/readme.txt | 2 +- openrct2.proj | 2 +- src/openrct2/Version.h | 2 +- src/openrct2/network/network.h | 2 +- 10 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 92b3aebcf0..d2af6e765a 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,7 +2,7 @@ Fill in the placeholders below. Delete any headings and placeholders that you do not fill in. --> **OS:** [e.g. Windows 10] -**Version:** [e.g. 0.0.7] +**Version:** [e.g. 0.0.8] **Commit/Build:** [e.g. 426e106] diff --git a/.travis.yml b/.travis.yml index 70fa2c9813..3bf45ad661 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ sudo: required dist: trusty env: global: - - OPENRCT2_VERSION="0.0.7" + - OPENRCT2_VERSION="0.0.8" matrix: include: diff --git a/appveyor.yml b/appveyor.yml index e534c84299..dda8a9790a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.0.7.{build} +version: 0.0.8.{build} image: - Visual Studio 2015 # - Visual Studio 2017 RC diff --git a/debian/changelog b/debian/changelog index 0badcb2e54..43a69382af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -openrct2 (0.0.7-master-1) unstable; urgency=medium +openrct2 (0.0.8-develop-1) unstable; urgency=medium * Sixth release. (Closes: #XXXXXX) diff --git a/distribution/changelog.txt b/distribution/changelog.txt index b08dca67b2..6bf8e1d283 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -1,3 +1,6 @@ +0.0.8 (in development) +------------------------------------------------------------------------ + 0.0.7 (2017-05-03) ------------------------------------------------------------------------ - Feature: [#1730] Keyboard shortcuts for track construction. diff --git a/distribution/macos/Info.plist b/distribution/macos/Info.plist index 76533f6cbe..91205dbe58 100644 --- a/distribution/macos/Info.plist +++ b/distribution/macos/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.0.7 + 0.0.8 CFBundleSignature ORCT LSMinimumSystemVersion diff --git a/distribution/readme.txt b/distribution/readme.txt index d9cb502e51..bc29671681 100644 --- a/distribution/readme.txt +++ b/distribution/readme.txt @@ -1,5 +1,5 @@ Last updated: 2017-05-03 -Release version: 0.0.7.0 +Release version: 0.0.8.0 ------------------------------------------------------------------------ diff --git a/openrct2.proj b/openrct2.proj index 36c51bf8d4..fa6652969b 100644 --- a/openrct2.proj +++ b/openrct2.proj @@ -19,7 +19,7 @@ true $(GIT_COMMIT_SHA1.Substring(0, 7)) - 0.0.7 + 0.0.8 -$(GIT_BRANCH)-$(GIT_COMMIT_SHA1_SHORT) 11 diff --git a/src/openrct2/Version.h b/src/openrct2/Version.h index acbea7c594..4906830b11 100644 --- a/src/openrct2/Version.h +++ b/src/openrct2/Version.h @@ -19,7 +19,7 @@ #include "common.h" #define OPENRCT2_NAME "OpenRCT2" -#define OPENRCT2_VERSION "0.0.7" +#define OPENRCT2_VERSION "0.0.8" #if defined(__amd64__) || defined(_M_AMD64) #define OPENRCT2_ARCHITECTURE "x86-64" diff --git a/src/openrct2/network/network.h b/src/openrct2/network/network.h index 9c4f775bd3..5b3b46e10a 100644 --- a/src/openrct2/network/network.h +++ b/src/openrct2/network/network.h @@ -56,7 +56,7 @@ extern "C" { // This define 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 "22" +#define NETWORK_STREAM_VERSION "0" #define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION #ifdef __cplusplus