Start 0.1.1

This commit is contained in:
Michał Janiszewski 2017-07-12 23:06:29 +02:00
parent c336b82367
commit 859861eddb
8 changed files with 10 additions and 7 deletions

View file

@ -14,7 +14,7 @@ sudo: required
dist: trusty
env:
global:
- OPENRCT2_VERSION="0.1.0"
- OPENRCT2_VERSION="0.1.1"
matrix:
include:

View file

@ -1,4 +1,4 @@
version: 0.1.0.{build}
version: 0.1.1.{build}
image:
- Visual Studio 2015
# - Visual Studio 2017 RC

2
debian/changelog vendored
View file

@ -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)

View file

@ -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

View file

@ -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>

View file

@ -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>

View file

@ -10,7 +10,7 @@ android {
targetSdkVersion 25
versionCode 2
versionName '0.1.0'
versionName '0.1.1'
externalNativeBuild {
cmake {

View file

@ -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"