diff --git a/.travis.yml b/.travis.yml
index 0ecd137272..b4c36129f0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,7 @@ sudo: required
dist: trusty
env:
global:
- - OPENRCT2_VERSION="0.1.0"
+ - OPENRCT2_VERSION="0.1.1"
matrix:
include:
diff --git a/appveyor.yml b/appveyor.yml
index 1e1e0f2d7a..a009912074 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,4 +1,4 @@
-version: 0.1.0.{build}
+version: 0.1.1.{build}
image:
- Visual Studio 2015
# - Visual Studio 2017 RC
diff --git a/debian/changelog b/debian/changelog
index ba0c4126d0..d4648742d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-openrct2 (0.1.0-develop-1) unstable; urgency=medium
+openrct2 (0.1.1-develop-1) unstable; urgency=medium
* Release 2017-07 (Closes: #XXXXXX)
diff --git a/distribution/changelog.txt b/distribution/changelog.txt
index 701daa1b6f..1e8b35c674 100644
--- a/distribution/changelog.txt
+++ b/distribution/changelog.txt
@@ -1,3 +1,6 @@
+0.1.0 (in development)
+------------------------------------------------------------------------
+
0.1.0 (2017-07-12)
------------------------------------------------------------------------
- Feature: [#1399 (partial), #5177] Add window that displays any missing/corrupt objects when loading a park
diff --git a/distribution/macos/Info.plist b/distribution/macos/Info.plist
index ed53ad4701..b4e0f9c2ea 100644
--- a/distribution/macos/Info.plist
+++ b/distribution/macos/Info.plist
@@ -13,7 +13,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.1.0
+ 0.1.1
CFBundleSignature
ORCT
LSMinimumSystemVersion
diff --git a/openrct2.proj b/openrct2.proj
index 63dc777801..30dbbcbb9a 100644
--- a/openrct2.proj
+++ b/openrct2.proj
@@ -18,7 +18,7 @@
x64
$(GIT_COMMIT_SHA1.Substring(0, 7))
- 0.1.0
+ 0.1.1
-$(GIT_BRANCH)-$(GIT_COMMIT_SHA1_SHORT)
12
diff --git a/src/openrct2-android/app/build.gradle b/src/openrct2-android/app/build.gradle
index 0f4f6586c0..8a52e5c6c3 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.0'
+ versionName '0.1.1'
externalNativeBuild {
cmake {
diff --git a/src/openrct2/Version.h b/src/openrct2/Version.h
index 06764917fd..932a19c12f 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.0"
+#define OPENRCT2_VERSION "0.1.1"
#if defined(__amd64__) || defined(_M_AMD64)
#define OPENRCT2_ARCHITECTURE "x86-64"