From fed6b750ea15a7c7054008d84b99066cba7afaea Mon Sep 17 00:00:00 2001 From: David Jarvie Date: Thu, 9 Feb 2017 23:10:06 +0000 Subject: [PATCH] Update version number --- Changelog | 8 +++++--- src/kalarm.h | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Changelog b/Changelog index bbb09c50..256c707d 100644 --- a/Changelog +++ b/Changelog @@ -1,11 +1,13 @@ KAlarm Change Log -=== Version 2.11.13 --- 8 February 2017 === +=== Version 2.11.14 --- 8 February 2017 === ++ Fix not showing main window if activated again while already running with --tray [Bug 374520] ++ Fix --help, --version and option errors not being reported if KAlarm is already running. + +=== Version 2.11.13 (KDE Applications 16.12.2) --- 29 January 2017 === + Fix system tray icon used for "some alarms disabled" + Improved system tray icons (requires Plasma 5.9) [KDE Bug 362631] + Don't show misleading "Failed to update alarm" if command alarm fails [KDE Bug 375615] -+ Fix not showing main window if activated again while already running with --tray [Bug 374520] -+ Fix --help, --version and option errors not being reported if KAlarm is already running. === Version 2.11.12 (KDE Applications 16.12.1) --- 1 January 2017 === + Fix Export Alarms file save error [KDE Bug 374337] diff --git a/src/kalarm.h b/src/kalarm.h index 8f0527d4..f7409a71 100644 --- a/src/kalarm.h +++ b/src/kalarm.h @@ -24,7 +24,7 @@ #undef QT3_SUPPORT #define VERSION_SUFFIX "-5" -#define KALARM_VERSION "2.11.13" VERSION_SUFFIX +#define KALARM_VERSION "2.11.14" VERSION_SUFFIX #define KALARM_NAME "KAlarm" #define KALARM_DBUS_SERVICE "org.kde.kalarm" // D-Bus service name of KAlarm application -- GitLab