mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 18:31:59 -05:00
Start 0.1.1
This commit is contained in:
parent
c336b82367
commit
859861eddb
8 changed files with 10 additions and 7 deletions
|
@ -14,7 +14,7 @@ sudo: required
|
||||||
dist: trusty
|
dist: trusty
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- OPENRCT2_VERSION="0.1.0"
|
- OPENRCT2_VERSION="0.1.1"
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
version: 0.1.0.{build}
|
version: 0.1.1.{build}
|
||||||
image:
|
image:
|
||||||
- Visual Studio 2015
|
- Visual Studio 2015
|
||||||
# - Visual Studio 2017 RC
|
# - Visual Studio 2017 RC
|
||||||
|
|
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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)
|
* Release 2017-07 (Closes: #XXXXXX)
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
0.1.0 (in development)
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
0.1.0 (2017-07-12)
|
0.1.0 (2017-07-12)
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
- Feature: [#1399 (partial), #5177] Add window that displays any missing/corrupt objects when loading a park
|
- Feature: [#1399 (partial), #5177] Add window that displays any missing/corrupt objects when loading a park
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>0.1.0</string>
|
<string>0.1.1</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>ORCT</string>
|
<string>ORCT</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<Platform Condition="'$(PLATFORM)'==''">x64</Platform>
|
<Platform Condition="'$(PLATFORM)'==''">x64</Platform>
|
||||||
<GIT_COMMIT_SHA1_SHORT Condition="'$(GIT_COMMIT_SHA1)'!=''">$(GIT_COMMIT_SHA1.Substring(0, 7))</GIT_COMMIT_SHA1_SHORT>
|
<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_BRANCH)'!=''">-$(GIT_BRANCH)-$(GIT_COMMIT_SHA1_SHORT)</VersionExtra>
|
||||||
<VersionExtra Condition="'$(GIT_TAG)'!=''"></VersionExtra>
|
<VersionExtra Condition="'$(GIT_TAG)'!=''"></VersionExtra>
|
||||||
<TargetLibsVersion>12</TargetLibsVersion>
|
<TargetLibsVersion>12</TargetLibsVersion>
|
||||||
|
|
|
@ -10,7 +10,7 @@ android {
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
|
|
||||||
versionCode 2
|
versionCode 2
|
||||||
versionName '0.1.0'
|
versionName '0.1.1'
|
||||||
|
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
#define OPENRCT2_NAME "OpenRCT2"
|
#define OPENRCT2_NAME "OpenRCT2"
|
||||||
#define OPENRCT2_VERSION "0.1.0"
|
#define OPENRCT2_VERSION "0.1.1"
|
||||||
|
|
||||||
#if defined(__amd64__) || defined(_M_AMD64)
|
#if defined(__amd64__) || defined(_M_AMD64)
|
||||||
#define OPENRCT2_ARCHITECTURE "x86-64"
|
#define OPENRCT2_ARCHITECTURE "x86-64"
|
||||||
|
|
Loading…
Reference in a new issue