From dea0a1a2745c889bebb273263d0a68d324356887 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Mon, 17 Nov 2014 16:09:41 +0100 Subject: [PATCH] New target version 2.1.0, started my work on printing. --- CMakeLists.txt | 4 ++-- src/miscellaneous/application.cpp | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index edfdbf633..9245835c9 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,8 +71,8 @@ project(rssguard) set(APP_NAME "RSS Guard") set(APP_LOW_NAME "rssguard") -set(APP_VERSION "2.0.5") -set(FILE_VERSION "2,0,5,0") +set(APP_VERSION "2.1.0") +set(FILE_VERSION "2,1,0,0") set(APP_AUTHOR "Martin Rotter") set(APP_URL "http://bitbucket.org/skunkos/rssguard") set(APP_URL_ISSUES "http://bitbucket.org/skunkos/rssguard/issues") diff --git a/src/miscellaneous/application.cpp b/src/miscellaneous/application.cpp index 853d33a56..3176780a1 100755 --- a/src/miscellaneous/application.cpp +++ b/src/miscellaneous/application.cpp @@ -192,8 +192,7 @@ void Application::onAboutToQuit() { mainForm()->saveSize(); if (locked_safely) { - // Application obtained permission to close - // in a safety way. + // Application obtained permission to close in a safe way. qDebug("Close lock was obtained safely."); // We locked the lock to exit peacefully, unlock it to avoid warnings.