diff --git a/.travis.yml b/.travis.yml index 8ef2bec4bd..0b3cd445e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ sudo: required dist: trusty env: global: - - OPENRCT2_VERSION="0.1.1" + - OPENRCT2_VERSION="0.1.2" matrix: include: diff --git a/appveyor.yml b/appveyor.yml index 0fb8c5b101..f94633b3b9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.1.1.{build} +version: 0.1.2.{build} image: # - Visual Studio 2015 - Visual Studio 2017 diff --git a/debian/changelog b/debian/changelog index d4648742d1..fa177d0bd0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -openrct2 (0.1.1-develop-1) unstable; urgency=medium +openrct2 (0.1.2-develop-1) unstable; urgency=medium * Release 2017-07 (Closes: #XXXXXX) diff --git a/distribution/changelog.txt b/distribution/changelog.txt index 71085a9463..76dc2e181e 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -1,3 +1,6 @@ +0.1.2 (in development) +------------------------------------------------------------------------ + 0.1.1 (2017-08-09) ------------------------------------------------------------------------ - Feature: [#5815] Add cheat to ignore research status and access rides/scenery not yet invented. diff --git a/distribution/macos/Info.plist b/distribution/macos/Info.plist index b4e0f9c2ea..8600b511f0 100644 --- a/distribution/macos/Info.plist +++ b/distribution/macos/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.1.1 + 0.1.2 CFBundleSignature ORCT LSMinimumSystemVersion diff --git a/openrct2.proj b/openrct2.proj index 30dbbcbb9a..7cad3cbc7b 100644 --- a/openrct2.proj +++ b/openrct2.proj @@ -18,7 +18,7 @@ x64 $(GIT_COMMIT_SHA1.Substring(0, 7)) - 0.1.1 + 0.1.2 -$(GIT_BRANCH)-$(GIT_COMMIT_SHA1_SHORT) 12 diff --git a/src/openrct2-android/app/build.gradle b/src/openrct2-android/app/build.gradle index 3eb49e04d1..a38d1958bd 100644 --- a/src/openrct2-android/app/build.gradle +++ b/src/openrct2-android/app/build.gradle @@ -10,7 +10,7 @@ android { targetSdkVersion 25 versionCode 2 - versionName '0.1.1' + versionName '0.1.2' externalNativeBuild { cmake { diff --git a/src/openrct2/Version.h b/src/openrct2/Version.h index 932a19c12f..f5c5b17504 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.1.1" +#define OPENRCT2_VERSION "0.1.2" #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 93ec07fb99..203343d486 100644 --- a/src/openrct2/network/network.h +++ b/src/openrct2/network/network.h @@ -55,7 +55,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 "17" +#define NETWORK_STREAM_VERSION "0" #define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION #ifdef __cplusplus