Skip to content

Commit

Permalink
Start 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janisozaur committed Jul 12, 2017
1 parent c336b82 commit 859861e
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sudo: required
dist: trusty
env:
global:
- OPENRCT2_VERSION="0.1.0"
- OPENRCT2_VERSION="0.1.1"

matrix:
include:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.1.0.{build}
version: 0.1.1.{build}
image:
- Visual Studio 2015
# - Visual Studio 2017 RC
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
3 changes: 3 additions & 0 deletions distribution/changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion distribution/macos/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.0</string>
<string>0.1.1</string>
<key>CFBundleSignature</key>
<string>ORCT</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion openrct2.proj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Platform Condition="'$(PLATFORM)'==''">x64</Platform>
<GIT_COMMIT_SHA1_SHORT Condition="'$(GIT_COMMIT_SHA1)'!=''">$(GIT_COMMIT_SHA1.Substring(0, 7))</GIT_COMMIT_SHA1_SHORT>

<Version>0.1.0</Version>
<Version>0.1.1</Version>
<VersionExtra Condition="'$(GIT_BRANCH)'!=''">-$(GIT_BRANCH)-$(GIT_COMMIT_SHA1_SHORT)</VersionExtra>
<VersionExtra Condition="'$(GIT_TAG)'!=''"></VersionExtra>
<TargetLibsVersion>12</TargetLibsVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/openrct2-android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
targetSdkVersion 25

versionCode 2
versionName '0.1.0'
versionName '0.1.1'

externalNativeBuild {
cmake {
Expand Down
2 changes: 1 addition & 1 deletion src/openrct2/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 859861e

Please sign in to comment.