From 8480713050cfde1d013aa560f8834e80e0ad8ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Tue, 27 Dec 2016 01:55:38 +0100 Subject: [PATCH] Start v0.0.6 --- .github/ISSUE_TEMPLATE.md | 2 +- .travis.yml | 2 +- appveyor.yml | 2 +- debian/changelog | 4 ++-- distribution/changelog.txt | 3 +++ distribution/readme.txt | 2 +- openrct2.proj | 2 +- readme.md | 4 ++-- src/version.h | 2 +- 9 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index fd76e21174..baa2852d2f 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -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] diff --git a/.travis.yml b/.travis.yml index 2ccb5123ea..b1764bbf58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ sudo: required dist: trusty env: global: - - OPENRCT2_VERSION="0.0.5.0" + - OPENRCT2_VERSION="0.0.6.0" matrix: include: diff --git a/appveyor.yml b/appveyor.yml index c5016221fd..233a854a99 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.0.5.{build} +version: 0.0.6.{build} image: - Visual Studio 2015 - Visual Studio 2017 RC diff --git a/debian/changelog b/debian/changelog index d29bf086c9..b24c01297b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 10 Jan 2016 23:41:16 +0100 diff --git a/distribution/changelog.txt b/distribution/changelog.txt index 0162c25cca..ef4807bfe8 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -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. diff --git a/distribution/readme.txt b/distribution/readme.txt index f647c334de..ce367721aa 100644 --- a/distribution/readme.txt +++ b/distribution/readme.txt @@ -1,5 +1,5 @@ Last updated: 2016-12-27 -Release version: 0.0.5.0 +Release version: 0.0.6.0-beta ------------------------------------------------------------------------ diff --git a/openrct2.proj b/openrct2.proj index 3946852d7d..17be4373d3 100644 --- a/openrct2.proj +++ b/openrct2.proj @@ -19,7 +19,7 @@ true $(GIT_COMMIT_SHA1.Substring(0, 7)) - 0.0.5.0 + 0.0.6.0 -$(GIT_BRANCH)-$(GIT_COMMIT_SHA1_SHORT) $(GIT_TAG) -$(GIT_TAG) diff --git a/readme.md b/readme.md index 6c208ffea9..93a655d6ce 100644 --- a/readme.md +++ b/readme.md @@ -4,8 +4,8 @@ An open-source re-implementation of RollerCoaster Tycoon 2. A construction and m ### Build Status | | Windows | Linux / Mac | Download | |-------------|---------|-------------|----------| -| **master** | [![AppVeyor](https://ci.appveyor.com/api/projects/status/7efnemxhon6i5n34/branch/master?svg=true)](https://ci.appveyor.com/project/IntelOrca/openrct2-ject9) | [![Travis CI](https://travis-ci.org/OpenRCT2/OpenRCT2.svg?branch=master)](https://travis-ci.org/OpenRCT2/OpenRCT2) | [![OpenRCT2.org](https://img.shields.io/badge/stable-v0.0.4-green.svg)](https://openrct2.org/downloads/master/latest) | -| **develop** | [![AppVeyor](https://ci.appveyor.com/api/projects/status/7efnemxhon6i5n34/branch/develop?svg=true)](https://ci.appveyor.com/project/IntelOrca/openrct2-ject9) | [![Travis CI](https://travis-ci.org/OpenRCT2/OpenRCT2.svg?branch=develop)](https://travis-ci.org/OpenRCT2/OpenRCT2) | [![OpenRCT2.org](https://img.shields.io/badge/develop-v0.0.5-blue.svg)](https://openrct2.org/downloads/develop/latest) | +| **master** | [![AppVeyor](https://ci.appveyor.com/api/projects/status/7efnemxhon6i5n34/branch/master?svg=true)](https://ci.appveyor.com/project/IntelOrca/openrct2-ject9) | [![Travis CI](https://travis-ci.org/OpenRCT2/OpenRCT2.svg?branch=master)](https://travis-ci.org/OpenRCT2/OpenRCT2) | [![OpenRCT2.org](https://img.shields.io/badge/stable-v0.0.5-green.svg)](https://openrct2.org/downloads/master/latest) | +| **develop** | [![AppVeyor](https://ci.appveyor.com/api/projects/status/7efnemxhon6i5n34/branch/develop?svg=true)](https://ci.appveyor.com/project/IntelOrca/openrct2-ject9) | [![Travis CI](https://travis-ci.org/OpenRCT2/OpenRCT2.svg?branch=develop)](https://travis-ci.org/OpenRCT2/OpenRCT2) | [![OpenRCT2.org](https://img.shields.io/badge/develop-v0.0.6-blue.svg)](https://openrct2.org/downloads/develop/latest) | ### Chat English:
diff --git a/src/version.h b/src/version.h index 7769d8d4c6..4a2c22c3bc 100644 --- a/src/version.h +++ b/src/version.h @@ -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"