Bump version

pull/51/head
Peter Repukat 6 years ago
parent 4d4bba991d
commit 0acbf48f8d

@ -1,4 +1,4 @@
version: 2.0.3.{build}
version: 2.0.5.{build}
pull_requests:
do_not_increment_build_number: true
branches:

@ -59,7 +59,7 @@ private:
QList<UWPPair> uwp_pairs_;
constexpr static const unsigned int GLOSC_VERSION = 0x00000203; //Version Number in as bytes, just remove the dots.
constexpr static const unsigned int GLOSC_VERSION = 0x00000205; //Version Number in as bytes, just remove the dots.
int wide_x_ = 711;
int small_x_ = 302;

Binary file not shown.

Binary file not shown.

@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "GloSC"
#define MyAppVersion "2.0.3"
#define MyAppVersion "2.0.5"
#define MyAppPublisher "Peter Repukat - FlatspotSoftware"
#define MyAppURL "htpp://github.com/Alia5/GloSC"
#define MyAppExeName "GloSC.exe"

Binary file not shown.

@ -7,7 +7,7 @@ bUseDesktopConfig=0
bHookSteam=0
iUpdateRate=5000
iRefreshRate=60
version=515
version=517
[LaunchGame]
bLaunchGame=0

Loading…
Cancel
Save