mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 00:34:46 +01:00
@@ -8,7 +8,7 @@ sudo: required
|
||||
dist: trusty
|
||||
env:
|
||||
global:
|
||||
- OPENRCT2_VERSION="0.0.4.0"
|
||||
- OPENRCT2_VERSION="0.0.5.0"
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version: 0.0.4.{build}
|
||||
version: 0.0.5.{build}
|
||||
os: Visual Studio 2015
|
||||
environment:
|
||||
ENCKEY:
|
||||
|
||||
2
debian/changelog
vendored
2
debian/changelog
vendored
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user