From c4c3c8bd27524267c0e1b5b5db93f271c211f86c Mon Sep 17 00:00:00 2001 From: LRFLEW Date: Fri, 21 Oct 2016 17:45:45 -0500 Subject: [PATCH] Bump Version Number --- OpenRCT2Launcher.pro | 2 +- appveyor.yml | 2 +- installer.iss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenRCT2Launcher.pro b/OpenRCT2Launcher.pro index 070f9cc..f3cb179 100644 --- a/OpenRCT2Launcher.pro +++ b/OpenRCT2Launcher.pro @@ -9,7 +9,7 @@ QT += core gui widgets network TARGET = OpenRCT2 TEMPLATE = app -VERSION = 0.0.5 +VERSION = 0.0.6 SOURCES += main.cpp\ diff --git a/appveyor.yml b/appveyor.yml index 622d493..33141cc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.0.5#{build} +version: 0.0.6#{build} image: Visual Studio 2015 environment: matrix: diff --git a/installer.iss b/installer.iss index 9f01a1e..5d804b3 100644 --- a/installer.iss +++ b/installer.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "OpenRCT2 Launcher" -#define MyAppVersion "0.0.5" +#define MyAppVersion "0.0.6" #define MyAppPublisher "OpenRCT2" #define MyAppURL "http://www.github.com/LRFLEW/OpenRCT2Launcher" #define MyAppExeName "OpenRCT2.exe"