From bd009966bb74ab1fa5698b4ac8a8c538e8c1de16 Mon Sep 17 00:00:00 2001 From: Simon Persson Date: Fri, 1 Feb 2019 16:03:52 +0800 Subject: [PATCH] Update version numbers --- daemon/main.cpp | 2 +- filedigger/main.cpp | 2 +- kcm/kupkcm.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/daemon/main.cpp b/daemon/main.cpp index f377215..9f2b1c0 100644 --- a/daemon/main.cpp +++ b/daemon/main.cpp @@ -46,7 +46,7 @@ extern "C" int Q_DECL_EXPORT kdemain(int argc, char *argv[]) { return 0; } - KAboutData lAbout(QStringLiteral("kupdaemon"), xi18nc("@title", "Kup Daemon"), QStringLiteral("0.7.2"), + KAboutData lAbout(QStringLiteral("kupdaemon"), xi18nc("@title", "Kup Daemon"), QStringLiteral("0.7.3"), i18n("Kup is a flexible backup solution using the backup storage system 'bup'. " "This allows it to quickly perform incremental backups, only saving the " "parts of files that has actually changed since last backup was taken."), diff --git a/filedigger/main.cpp b/filedigger/main.cpp index deb0889..9d88fe7 100644 --- a/filedigger/main.cpp +++ b/filedigger/main.cpp @@ -43,7 +43,7 @@ int main(int pArgCount, char **pArgArray) { KLocalizedString::setApplicationDomain("kup"); - KAboutData lAbout(QStringLiteral("kupfiledigger"), xi18nc("@title", "File Digger"), QStringLiteral("0.7.2"), + KAboutData lAbout(QStringLiteral("kupfiledigger"), xi18nc("@title", "File Digger"), QStringLiteral("0.7.3"), i18n("Browser for bup archives."), KAboutLicense::GPL, i18n("Copyright (C) 2013-2015 Simon Persson"), QString(), QString(), "simonpersson1@gmail.com"); diff --git a/kcm/kupkcm.cpp b/kcm/kupkcm.cpp index 60231ea..e48ae50 100644 --- a/kcm/kupkcm.cpp +++ b/kcm/kupkcm.cpp @@ -47,7 +47,7 @@ KupKcm::KupKcm(QWidget *pParent, const QVariantList &pArgs) : KCModule(pParent, pArgs) { KAboutData lAbout(QStringLiteral("kcm_kup"), i18n("Kup Configuration Module"), - QStringLiteral("0.7.2"), + QStringLiteral("0.7.3"), i18n("Configuration of backup plans for the Kup backup system"), KAboutLicense::GPL, i18n("Copyright (C) 2011-2015 Simon Persson"), QString(), QString(), "simonpersson1@gmail.com"); -- GitLab