From 671169cbe12172ee343eee77277ac3cc9ea4e31b Mon Sep 17 00:00:00 2001 From: RobertKrajewski Date: Tue, 5 Jan 2016 21:35:59 +0100 Subject: [PATCH] Update version number --- info.ui | 2 +- mymainwindow.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/info.ui b/info.ui index 70c5dfb..3379590 100644 --- a/info.ui +++ b/info.ui @@ -77,7 +77,7 @@ - Version: 2.1.1 + Version: 2.2.0 diff --git a/mymainwindow.cpp b/mymainwindow.cpp index 7550aff..396cccc 100644 --- a/mymainwindow.cpp +++ b/mymainwindow.cpp @@ -134,7 +134,7 @@ void MyMainWindow::removeOldSettings() void MyMainWindow::checkForUpdate() { - int currentVersion = 20101; + int currentVersion = 20200; QNetworkAccessManager manager; QNetworkRequest request( QUrl("http://sync-my-l2p.de/images/version.txt"));