Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
System
Kup
Commits
15ca599d
Commit
15ca599d
authored
Dec 31, 2018
by
Simon Persson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update version numbers
parent
8cb7864a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
daemon/main.cpp
daemon/main.cpp
+1
-1
filedigger/main.cpp
filedigger/main.cpp
+1
-1
kcm/kupkcm.cpp
kcm/kupkcm.cpp
+1
-1
No files found.
daemon/main.cpp
View file @
15ca599d
...
@@ -46,7 +46,7 @@ extern "C" int Q_DECL_EXPORT kdemain(int argc, char *argv[]) {
...
@@ -46,7 +46,7 @@ extern "C" int Q_DECL_EXPORT kdemain(int argc, char *argv[]) {
return
0
;
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'. "
i18n
(
"Kup is a flexible backup solution using the backup storage system 'bup'. "
"This allows it to quickly perform incremental backups, only saving the "
"This allows it to quickly perform incremental backups, only saving the "
"parts of files that has actually changed since last backup was taken."
),
"parts of files that has actually changed since last backup was taken."
),
...
...
filedigger/main.cpp
View file @
15ca599d
...
@@ -43,7 +43,7 @@ int main(int pArgCount, char **pArgArray) {
...
@@ -43,7 +43,7 @@ int main(int pArgCount, char **pArgArray) {
KLocalizedString
::
setApplicationDomain
(
"kup"
);
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."
),
i18n
(
"Browser for bup archives."
),
KAboutLicense
::
GPL
,
i18n
(
"Copyright (C) 2013-2015 Simon Persson"
),
KAboutLicense
::
GPL
,
i18n
(
"Copyright (C) 2013-2015 Simon Persson"
),
QString
(),
QString
(),
"simonpersson1@gmail.com"
);
QString
(),
QString
(),
"simonpersson1@gmail.com"
);
...
...
kcm/kupkcm.cpp
View file @
15ca599d
...
@@ -47,7 +47,7 @@ KupKcm::KupKcm(QWidget *pParent, const QVariantList &pArgs)
...
@@ -47,7 +47,7 @@ KupKcm::KupKcm(QWidget *pParent, const QVariantList &pArgs)
:
KCModule
(
pParent
,
pArgs
)
:
KCModule
(
pParent
,
pArgs
)
{
{
KAboutData
lAbout
(
QStringLiteral
(
"kcm_kup"
),
i18n
(
"Kup Configuration Module"
),
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"
),
i18n
(
"Configuration of backup plans for the Kup backup system"
),
KAboutLicense
::
GPL
,
i18n
(
"Copyright (C) 2011-2015 Simon Persson"
),
KAboutLicense
::
GPL
,
i18n
(
"Copyright (C) 2011-2015 Simon Persson"
),
QString
(),
QString
(),
"simonpersson1@gmail.com"
);
QString
(),
QString
(),
"simonpersson1@gmail.com"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment