diff --git a/.travis.yml b/.travis.yml index e6b0515809..7e151ce803 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ sudo: required dist: trusty env: global: - - OPENRCT2_VERSION="0.0.4.0" + - OPENRCT2_VERSION="0.0.5.0" matrix: include: diff --git a/CMakeLists.txt b/CMakeLists.txt index c087e91808..8025002baf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -246,5 +246,5 @@ install(FILES ${DOC_FILES} DESTINATION share/doc/${PROJECT}) set(CPACK_PACKAGE_VERSION_MAJOR 0) set(CPACK_PACKAGE_VERSION_MINOR 0) -set(CPACK_PACKAGE_VERSION_PATCH 4) +set(CPACK_PACKAGE_VERSION_PATCH 5) INCLUDE(CPack) diff --git a/appveyor.yml b/appveyor.yml index d412563ce3..d6bb665114 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.0.4.{build} +version: 0.0.5.{build} os: Visual Studio 2015 environment: ENCKEY: diff --git a/debian/changelog b/debian/changelog index 10b59261f3..375a6fca0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -openrct2 (0.0.4-develop-1) unstable; urgency=medium +openrct2 (0.0.5-develop-1) unstable; urgency=medium * Initial release. (Closes: #XXXXXX) diff --git a/distribution/readme.txt b/distribution/readme.txt index 7822dd23f2..588c8d50a0 100644 --- a/distribution/readme.txt +++ b/distribution/readme.txt @@ -1,5 +1,5 @@ -Last updated: 2016-09-01 -Release version: 0.0.4.0-beta +Last updated: 2016-04-13 +Release version: 0.0.5.0-beta ------------------------------------------------------------------------ diff --git a/distribution/windows/install.nsi b/distribution/windows/install.nsi index 77c5e36a44..768f104e7b 100644 --- a/distribution/windows/install.nsi +++ b/distribution/windows/install.nsi @@ -1,7 +1,7 @@ # Version numbers to update !define /ifndef APPV_MAJOR 0 !define /ifndef APPV_MINOR 0 -!define /ifndef APPV_MAINT 4 +!define /ifndef APPV_MAINT 5 !define /ifndef APPV_BUILD 0 !define /ifndef APPV_EXTRA "-beta" diff --git a/scripts/ps/appveyor_run.ps1 b/scripts/ps/appveyor_run.ps1 index a063aedda2..7b4f606d88 100644 --- a/scripts/ps/appveyor_run.ps1 +++ b/scripts/ps/appveyor_run.ps1 @@ -21,7 +21,7 @@ $server = "AppVeyor" ${env:APPVEYOR_REPO_COMMIT_SHORT} = (${env:APPVEYOR_REPO_COMMIT}).Substring(0, 7) # Current version -$version = "0.0.4.0" +$version = "0.0.5.0" # Tagged builds will hide branch and commit SHA1 $tag = $null diff --git a/src/version.h b/src/version.h index 054e208913..950c7db161 100644 --- a/src/version.h +++ b/src/version.h @@ -4,7 +4,7 @@ #include "common.h" #define OPENRCT2_NAME "OpenRCT2" -#define OPENRCT2_VERSION "0.0.4" +#define OPENRCT2_VERSION "0.0.5" #define OPENRCT2_ARCHITECTURE "x86" // Platform