Skip to content

Commit

Permalink
Bumped Version Number and Updated AppVeyor Qt
Browse files Browse the repository at this point in the history
  • Loading branch information
LRFLEW committed Apr 18, 2016
1 parent ebacd77 commit ab2c3b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion OpenRCT2Launcher.pro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ QT += core gui widgets network
TARGET = OpenRCT2
TEMPLATE = app

VERSION = 0.0.4
VERSION = 0.0.5


SOURCES += main.cpp\
Expand Down
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: 0.0.4#{build}
image: Visual Studio 2013
version: 0.0.5#{build}
image: Visual Studio 2015
install:
- cmd: >-
SET PATH=%PATH%;C:\Qt\5.5\msvc2013\bin
SET PATH=%PATH%;C:\Qt\5.6\msvc2015\bin
"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\VsDevCmd.bat"
"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\VsDevCmd.bat"
build_script:
- cmd: >-
qmake
Expand Down
2 changes: 1 addition & 1 deletion installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "OpenRCT2 Launcher"
#define MyAppVersion "0.0.4"
#define MyAppVersion "0.0.5"
#define MyAppPublisher "OpenRCT2"
#define MyAppURL "http://www.github.com/LRFLEW/OpenRCT2Launcher"
#define MyAppExeName "OpenRCT2.exe"
Expand Down

0 comments on commit ab2c3b6

Please sign in to comment.