Bump version

experimental^2
Peter Repukat 6 years ago
parent bc952cb217
commit 6024548531

@ -1,4 +1,4 @@
version: 2.0.1.{build}
version: 2.0.3.{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 = 0x00000202; //Version Number in as bytes, just remove the dots.
constexpr static const unsigned int GLOSC_VERSION = 0x00000203; //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.2"
#define MyAppVersion "2.0.3"
#define MyAppPublisher "Peter Repukat - FlatspotSoftware"
#define MyAppURL "htpp://github.com/Alia5/GloSC"
#define MyAppExeName "GloSC.exe"

Binary file not shown.

@ -6,7 +6,7 @@ bEnableControllers=1
bUseDesktopConfig=0
bHookSteam=1
iUpdateRate=5000
version=514
version=515
[LaunchGame]
bLaunchGame=0

Loading…
Cancel
Save