We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88826a3 commit c4c3c8bCopy full SHA for c4c3c8b
OpenRCT2Launcher.pro
@@ -9,7 +9,7 @@ QT += core gui widgets network
9
TARGET = OpenRCT2
10
TEMPLATE = app
11
12
-VERSION = 0.0.5
+VERSION = 0.0.6
13
14
15
SOURCES += main.cpp\
appveyor.yml
@@ -1,4 +1,4 @@
1
-version: 0.0.5#{build}
+version: 0.0.6#{build}
2
image: Visual Studio 2015
3
environment:
4
matrix:
installer.iss
@@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "OpenRCT2 Launcher"
5
-#define MyAppVersion "0.0.5"
+#define MyAppVersion "0.0.6"
6
#define MyAppPublisher "OpenRCT2"
7
#define MyAppURL "http://www.github.com/LRFLEW/OpenRCT2Launcher"
8
#define MyAppExeName "OpenRCT2.exe"
0 commit comments