From 15ca599db4e5bb7e5f88f64193885d9956cbc704 Mon Sep 17 00:00:00 2001 From: Simon Persson Date: Mon, 31 Dec 2018 15:15:34 +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 d6584de..f377215 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.1"), + KAboutData lAbout(QStringLiteral("kupdaemon"), xi18nc("@title", "Kup Daemon"), QStringLiteral("0.7.2"), 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 e8541c5..deb0889 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.1"), + KAboutData lAbout(QStringLiteral("kupfiledigger"), xi18nc("@title", "File Digger"), QStringLiteral("0.7.2"), 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 4ad3f22..60231ea 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.1"), + QStringLiteral("0.7.2"), 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