From 465ad3627ef29ec527576d089f5ec4ee5ed98ce7 Mon Sep 17 00:00:00 2001 From: Sacha Refshauge Date: Sun, 13 May 2018 00:35:19 +1000 Subject: [PATCH] Version 2.0.4 --- Sachesi.pro | 2 +- src/sachesi.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sachesi.pro b/Sachesi.pro index 70de2f8..0cb7ff7 100644 --- a/Sachesi.pro +++ b/Sachesi.pro @@ -4,7 +4,7 @@ TARGET="Sachesi" win32: RC_ICONS += assets/sachesi.ico else:mac: ICON = assets/sachesi.icns else: ICON = assets/sachesi.png -VERSION = 2.0.3 +VERSION = 2.0.4 # Global specific CONFIG += c++11 diff --git a/src/sachesi.cpp b/src/sachesi.cpp index 22969e6..396a0c6 100644 --- a/src/sachesi.cpp +++ b/src/sachesi.cpp @@ -61,7 +61,7 @@ Q_DECL_EXPORT int main(int argc, char *argv[]) app.setOrganizationName("Qtness"); app.setOrganizationDomain("qtness.com"); app.setApplicationName("Sachesi"); - app.setApplicationVersion("2.0.3"); + app.setApplicationVersion("2.0.4"); // Use system proxy except where not possible QNetworkProxyFactory::setUseSystemConfiguration(true);