mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Start v0.0.6
This commit is contained in:
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
@@ -2,7 +2,7 @@
|
||||
Fill in the placeholders below. Delete any headings and placeholders that you do not fill in.
|
||||
-->
|
||||
**OS:** [e.g. Windows 10]
|
||||
**Version:** [e.g. 0.0.5]
|
||||
**Version:** [e.g. 0.0.6]
|
||||
**Commit/Build:** [e.g. 426e106]
|
||||
|
||||
<!-- Explanation of the issue -->
|
||||
|
||||
@@ -8,7 +8,7 @@ sudo: required
|
||||
dist: trusty
|
||||
env:
|
||||
global:
|
||||
- OPENRCT2_VERSION="0.0.5.0"
|
||||
- OPENRCT2_VERSION="0.0.6.0"
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version: 0.0.5.{build}
|
||||
version: 0.0.6.{build}
|
||||
image:
|
||||
- Visual Studio 2015
|
||||
- Visual Studio 2017 RC
|
||||
|
||||
4
debian/changelog
vendored
4
debian/changelog
vendored
@@ -1,5 +1,5 @@
|
||||
openrct2 (0.0.5-master-1) unstable; urgency=medium
|
||||
openrct2 (0.0.6-develop-1) unstable; urgency=medium
|
||||
|
||||
* Fourth stable release. (Closes: #XXXXXX)
|
||||
* Fifth stable release. (Closes: #XXXXXX)
|
||||
|
||||
-- Michał Janiszewski <janisozaur+openrct2@gmail.com> Sun, 10 Jan 2016 23:41:16 +0100
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
0.0.6 (in development)
|
||||
------------------------------------------------------------------------
|
||||
|
||||
0.0.5 (2016-12-27)
|
||||
------------------------------------------------------------------------
|
||||
This is the first fully implemented version of OpenRCT2. RCT2.EXE is no longer required.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Last updated: 2016-12-27
|
||||
Release version: 0.0.5.0
|
||||
Release version: 0.0.6.0-beta
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<TestConfig Condition="'$(Configuration)'=='DebugTests' OR '$(Configuration)'=='ReleaseTests'">true</TestConfig>
|
||||
<GIT_COMMIT_SHA1_SHORT Condition="'$(GIT_COMMIT_SHA1)'!=''">$(GIT_COMMIT_SHA1.Substring(0, 7))</GIT_COMMIT_SHA1_SHORT>
|
||||
|
||||
<Version>0.0.5.0</Version>
|
||||
<Version>0.0.6.0</Version>
|
||||
<VersionExtra Condition="'$(GIT_BRANCH)'!=''">-$(GIT_BRANCH)-$(GIT_COMMIT_SHA1_SHORT)</VersionExtra>
|
||||
<VersionTag Condition="$([System.Text.RegularExpressions.Regex]::IsMatch('$(GIT_TAG)', '^v[0-9]'))">$(GIT_TAG)</VersionTag>
|
||||
<VersionExtra Condition="'$(GIT_TAG)'!='' AND '$(VersionTag)'==''">-$(GIT_TAG)</VersionExtra>
|
||||
|
||||
@@ -4,8 +4,8 @@ An open-source re-implementation of RollerCoaster Tycoon 2. A construction and m
|
||||
### Build Status
|
||||
| | Windows | Linux / Mac | Download |
|
||||
|-------------|---------|-------------|----------|
|
||||
| **master** | [](https://ci.appveyor.com/project/IntelOrca/openrct2-ject9) | [](https://travis-ci.org/OpenRCT2/OpenRCT2) | [](https://openrct2.org/downloads/master/latest) |
|
||||
| **develop** | [](https://ci.appveyor.com/project/IntelOrca/openrct2-ject9) | [](https://travis-ci.org/OpenRCT2/OpenRCT2) | [](https://openrct2.org/downloads/develop/latest) |
|
||||
| **master** | [](https://ci.appveyor.com/project/IntelOrca/openrct2-ject9) | [](https://travis-ci.org/OpenRCT2/OpenRCT2) | [](https://openrct2.org/downloads/master/latest) |
|
||||
| **develop** | [](https://ci.appveyor.com/project/IntelOrca/openrct2-ject9) | [](https://travis-ci.org/OpenRCT2/OpenRCT2) | [](https://openrct2.org/downloads/develop/latest) |
|
||||
|
||||
### Chat
|
||||
English:<br />
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include "common.h"
|
||||
|
||||
#define OPENRCT2_NAME "OpenRCT2"
|
||||
#define OPENRCT2_VERSION "0.0.5"
|
||||
#define OPENRCT2_VERSION "0.0.6"
|
||||
|
||||
#if defined(__amd64__) || defined(_M_AMD64)
|
||||
#define OPENRCT2_ARCHITECTURE "x86-64"
|
||||
|
||||
Reference in New Issue
Block a user