Skip to content

Commit ab2c3b6

Browse files
committed
Bumped Version Number and Updated AppVeyor Qt
1 parent ebacd77 commit ab2c3b6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

OpenRCT2Launcher.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ QT += core gui widgets network
1111
TARGET = OpenRCT2
1212
TEMPLATE = app
1313

14-
VERSION = 0.0.4
14+
VERSION = 0.0.5
1515

1616

1717
SOURCES += main.cpp\

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
version: 0.0.4#{build}
2-
image: Visual Studio 2013
1+
version: 0.0.5#{build}
2+
image: Visual Studio 2015
33
install:
44
- cmd: >-
5-
SET PATH=%PATH%;C:\Qt\5.5\msvc2013\bin
5+
SET PATH=%PATH%;C:\Qt\5.6\msvc2015\bin
66
7-
"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\VsDevCmd.bat"
7+
"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\VsDevCmd.bat"
88
build_script:
99
- cmd: >-
1010
qmake

installer.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "OpenRCT2 Launcher"
5-
#define MyAppVersion "0.0.4"
5+
#define MyAppVersion "0.0.5"
66
#define MyAppPublisher "OpenRCT2"
77
#define MyAppURL "http://www.github.com/LRFLEW/OpenRCT2Launcher"
88
#define MyAppExeName "OpenRCT2.exe"

0 commit comments

Comments
 (0)