From 71703b619918b94d1f420403f87297849564a8d3 Mon Sep 17 00:00:00 2001 From: Simon Persson Date: Fri, 20 Mar 2015 12:38:16 +0800 Subject: [PATCH] Update version numbers to 0.5.1. --- 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 1cf6218..73c78e9 100644 --- a/daemon/main.cpp +++ b/daemon/main.cpp @@ -31,7 +31,7 @@ static const char description[] = I18N_NOOP("Kup is a flexible backup solution u "This allows it to quickly perform incremental backups, only saving the " "parts of files that has actually changed since last backup was taken."); -static const char version[] = "0.5.0"; +static const char version[] = "0.5.1"; extern "C" int KDE_EXPORT kdemain(int argc, char **argv) { KupDaemon *lDaemon = new KupDaemon(); diff --git a/filedigger/main.cpp b/filedigger/main.cpp index 277fdd0..a745dc3 100644 --- a/filedigger/main.cpp +++ b/filedigger/main.cpp @@ -30,7 +30,7 @@ #include #include -static const char version[] = "0.5.0"; +static const char version[] = "0.5.1"; static const char description[] = I18N_NOOP("Browser for bup archives."); int main(int pArgCount, char **pArgArray) { diff --git a/kcm/kupkcm.cpp b/kcm/kupkcm.cpp index 6b17047..6de4717 100644 --- a/kcm/kupkcm.cpp +++ b/kcm/kupkcm.cpp @@ -43,7 +43,7 @@ K_PLUGIN_FACTORY(KupKcmFactory, registerPlugin();) K_EXPORT_PLUGIN(KupKcmFactory("kcm_kup", "kup")) -static const char version[] = "0.5.0"; +static const char version[] = "0.5.1"; KupKcm::KupKcm(QWidget *pParent, const QList &pArgs) : KCModule(KupKcmFactory::componentData(), pParent, pArgs) -- GitLab