From f647ce09a2ad02a170d0adbadb2a820e29bea3ff Mon Sep 17 00:00:00 2001 From: Sacha Date: Tue, 16 Sep 2014 00:10:59 +1000 Subject: [PATCH] Update to v1.8.3 --- Sachesi.pro | 2 +- src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sachesi.pro b/Sachesi.pro index 4e62168..61b8c3a 100644 --- a/Sachesi.pro +++ b/Sachesi.pro @@ -4,7 +4,7 @@ TARGET="Sachesi" win32: RC_ICONS += assets/sachesi-114.ico else:mac: ICON = assets/sachesi-114.icns else: ICON = assets/sachesi-114.png -VERSION = 1.8.2 +VERSION = 1.8.3 # Global specific CONFIG += c++11 diff --git a/src/main.cpp b/src/main.cpp index b0724f2..2241049 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -50,7 +50,7 @@ Q_DECL_EXPORT int main(int argc, char *argv[]) app.setOrganizationName("Qtness"); app.setOrganizationDomain("qtness.com"); app.setApplicationName("Sachesi"); - app.setApplicationVersion("1.8.2"); + app.setApplicationVersion("1.8.3"); QNetworkProxyFactory::setUseSystemConfiguration(true); QQmlApplicationEngine engine;