New target version 2.1.0, started my work on printing.

This commit is contained in:
Martin Rotter 2014-11-17 16:09:41 +01:00
parent 3c4671bcc6
commit dea0a1a274
2 changed files with 3 additions and 4 deletions

View File

@ -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")

View File

@ -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.