diff --git a/daemon/main.cpp b/daemon/main.cpp index f377215be3cdca410cfd345d0f77de19a5f45b2d..9f2b1c079604b3733d1f362a47f95ce5f85ffbc4 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 deb088992be1249336ac208343005e537906219b..9d88fe736a9efc02e7608c9dce12646ac8cc90b7 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 60231ead6398aa5bb52c396698202602e6475224..e48ae50faf755d91a20d19962eb8a631ed79f4ac 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");