Skip to content

Commit

Permalink
Update version numbers for first KF5 release!
Browse files Browse the repository at this point in the history
  • Loading branch information
spersson committed May 14, 2015
1 parent d62740f commit 713b5dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion daemon/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ extern "C" int Q_DECL_EXPORT kdemain(int argc, char *argv[]) {
return 0;
}

KAboutData lAbout(QStringLiteral("kupdaemon"), xi18nc("@title", "Kup Daemon"), QStringLiteral("0.5.1"),
KAboutData lAbout(QStringLiteral("kupdaemon"), xi18nc("@title", "Kup Daemon"), QStringLiteral("0.6.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 taken."),
Expand Down
2 changes: 1 addition & 1 deletion filedigger/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ int main(int pArgCount, char **pArgArray) {

KLocalizedString::setApplicationDomain("kup");

KAboutData lAbout(QStringLiteral("kupfiledigger"), xi18nc("@title", "File Digger"), QStringLiteral("0.5.1"),
KAboutData lAbout(QStringLiteral("kupfiledigger"), xi18nc("@title", "File Digger"), QStringLiteral("0.6.0"),
i18n("Browser for bup archives."),
KAboutLicense::GPL, i18n("Copyright (C) 2013-2015 Simon Persson"),
QString(), QString(), "simonpersson1@gmail.com");
Expand Down
2 changes: 1 addition & 1 deletion kcm/kupkcm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ K_PLUGIN_FACTORY(KupKcmFactory, registerPlugin<KupKcm>();)
KupKcm::KupKcm(QWidget *pParent, const QVariantList &pArgs)
: KCModule(pParent, pArgs)
{
KAboutData lAbout(QStringLiteral("kcm_kup"), i18n("Kup Configuration Module"), QStringLiteral("0.5.1"),
KAboutData lAbout(QStringLiteral("kcm_kup"), i18n("Kup Configuration Module"), QStringLiteral("0.6.0"),
i18n("Configuration of backup plans for the Kup backup system"),
KAboutLicense::GPL, i18n("Copyright (C) 2011-2015 Simon Persson"),
QString(), QString(), "simonpersson1@gmail.com");
Expand Down

0 comments on commit 713b5dc

Please sign in to comment.