From bde17f2b3014894855ff0448489b60ed669aa9e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Mon, 30 Jan 2017 00:06:40 +0100 Subject: [PATCH] Start v0.0.7 --- .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 +- distribution/windows/install.nsi | 2 +- openrct2.proj | 2 +- src/openrct2/network/network.h | 2 +- src/openrct2/version.h | 2 +- 11 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index baa2852d2f..92b3aebcf0 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.6] +**Version:** [e.g. 0.0.7] **Commit/Build:** [e.g. 426e106] diff --git a/.travis.yml b/.travis.yml index da09d00dda..b83ed2ba64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ sudo: required dist: trusty env: global: - - OPENRCT2_VERSION="0.0.6.0" + - OPENRCT2_VERSION="0.0.7.0" matrix: include: diff --git a/appveyor.yml b/appveyor.yml index 707866e324..4a03f4e085 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.0.6.{build} +version: 0.0.7.{build} image: - Visual Studio 2015 # - Visual Studio 2017 RC diff --git a/debian/changelog b/debian/changelog index 2324ee80ac..0d8cd98457 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ openrct2 (0.0.6-master-1) unstable; urgency=medium - * Fifth stable release. (Closes: #XXXXXX) + * Sixth release. (Closes: #XXXXXX) -- MichaƂ Janiszewski Sun, 10 Jan 2016 23:41:16 +0100 diff --git a/distribution/changelog.txt b/distribution/changelog.txt index 8196bf5a37..9fb674922a 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -1,3 +1,6 @@ +0.0.7 (in development) +------------------------------------------------------------------------ + 0.0.6 (2017-01-29) ------------------------------------------------------------------------ - Feature: [#3355] Allow loading of parks from URLs. diff --git a/distribution/macos/Info.plist b/distribution/macos/Info.plist index 8b0909b76c..76533f6cbe 100644 --- a/distribution/macos/Info.plist +++ b/distribution/macos/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.0.6 + 0.0.7 CFBundleSignature ORCT LSMinimumSystemVersion diff --git a/distribution/readme.txt b/distribution/readme.txt index 4dd0df9207..5311b57ae7 100644 --- a/distribution/readme.txt +++ b/distribution/readme.txt @@ -1,5 +1,5 @@ Last updated: 2017-01-29 -Release version: 0.0.6.0 +Release version: 0.0.7.0 ------------------------------------------------------------------------ diff --git a/distribution/windows/install.nsi b/distribution/windows/install.nsi index ac27d1173c..6fc7de4552 100644 --- a/distribution/windows/install.nsi +++ b/distribution/windows/install.nsi @@ -1,7 +1,7 @@ # Version numbers to update !define /ifndef APPV_MAJOR 0 !define /ifndef APPV_MINOR 0 -!define /ifndef APPV_MAINT 6 +!define /ifndef APPV_MAINT 7 !define /ifndef APPV_BUILD 0 !define APPNAME "OpenRCT2" diff --git a/openrct2.proj b/openrct2.proj index 8753f60d1b..a81db296ac 100644 --- a/openrct2.proj +++ b/openrct2.proj @@ -19,7 +19,7 @@ true $(GIT_COMMIT_SHA1.Substring(0, 7)) - 0.0.6.0 + 0.0.7.0 -$(GIT_BRANCH)-$(GIT_COMMIT_SHA1_SHORT) 11 diff --git a/src/openrct2/network/network.h b/src/openrct2/network/network.h index a0606f43a7..a2b7637ca9 100644 --- a/src/openrct2/network/network.h +++ b/src/openrct2/network/network.h @@ -54,7 +54,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 "33" +#define NETWORK_STREAM_VERSION "0" #define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION #ifdef __cplusplus diff --git a/src/openrct2/version.h b/src/openrct2/version.h index db1271077b..2c14d74a40 100644 --- a/src/openrct2/version.h +++ b/src/openrct2/version.h @@ -20,7 +20,7 @@ #include "common.h" #define OPENRCT2_NAME "OpenRCT2" -#define OPENRCT2_VERSION "0.0.6" +#define OPENRCT2_VERSION "0.0.7" #if defined(__amd64__) || defined(_M_AMD64) #define OPENRCT2_ARCHITECTURE "x86-64"