Skip to content

Commit

Permalink
Bump Version Number
Browse files Browse the repository at this point in the history
  • Loading branch information
LRFLEW committed Oct 21, 2016
1 parent 88826a3 commit c4c3c8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OpenRCT2Launcher.pro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ QT += core gui widgets network
TARGET = OpenRCT2
TEMPLATE = app

VERSION = 0.0.5
VERSION = 0.0.6


SOURCES += main.cpp\
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.0.5#{build}
version: 0.0.6#{build}
image: Visual Studio 2015
environment:
matrix:
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.5"
#define MyAppVersion "0.0.6"
#define MyAppPublisher "OpenRCT2"
#define MyAppURL "http://www.github.com/LRFLEW/OpenRCT2Launcher"
#define MyAppExeName "OpenRCT2.exe"
Expand Down

0 comments on commit c4c3c8b

Please sign in to comment.