diff --git a/daemon/main.cpp b/daemon/main.cpp index 3e5391f64fe96a85fd2b57c35bc43d1c2c2193a3..17225ce47c561c0612fa14d10feefeb5cde428f8 100644 --- a/daemon/main.cpp +++ b/daemon/main.cpp @@ -30,7 +30,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.3"), + KAboutData lAbout(QStringLiteral("kupdaemon"), xi18nc("@title", "Kup Daemon"), QStringLiteral("0.8.0"), 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 saved."), diff --git a/filedigger/main.cpp b/filedigger/main.cpp index 92d05dad4393c0da683d9618d94c7b9c33bffade..81bd7964a8f307f65ee06a19035adfe19386ccc3 100644 --- a/filedigger/main.cpp +++ b/filedigger/main.cpp @@ -22,7 +22,7 @@ int main(int pArgCount, char **pArgArray) { KLocalizedString::setApplicationDomain("kup"); - KAboutData lAbout(QStringLiteral("kupfiledigger"), xi18nc("@title", "File Digger"), QStringLiteral("0.7.3"), + KAboutData lAbout(QStringLiteral("kupfiledigger"), xi18nc("@title", "File Digger"), QStringLiteral("0.8.0"), i18n("Browser for bup archives."), KAboutLicense::GPL, i18n("Copyright (C) 2013-2020 Simon Persson")); lAbout.addAuthor(i18n("Simon Persson"), i18n("Maintainer"), "simon.persson@mykolab.com"); diff --git a/kcm/kupkcm.cpp b/kcm/kupkcm.cpp index 947108ed84f0ecc3e4101f73c0a0fe6ec11fd921..554813b233bad1423bba0c050115f0af07411f5d 100644 --- a/kcm/kupkcm.cpp +++ b/kcm/kupkcm.cpp @@ -31,7 +31,7 @@ KupKcm::KupKcm(QWidget *pParent, const QVariantList &pArgs) : KCModule(pParent, pArgs) { KAboutData lAbout(QStringLiteral("kcm_kup"), i18n("Kup Configuration Module"), - QStringLiteral("0.7.3"), + QStringLiteral("0.8.0"), i18n("Configuration of backup plans for the Kup backup system"), KAboutLicense::GPL, i18n("Copyright (C) 2011-2020 Simon Persson")); lAbout.addAuthor(i18n("Simon Persson"), i18n("Maintainer"), "simon.persson@mykolab.com");