Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Kup
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
System
Kup
Commits
71703b61
Commit
71703b61
authored
Mar 20, 2015
by
Simon Persson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update version numbers to 0.5.1.
parent
e3fc01ea
Changes
3
Hide 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 @
71703b61
...
...
@@ -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
();
...
...
filedigger/main.cpp
View file @
71703b61
...
...
@@ -30,7 +30,7 @@
#include <KCmdLineArgs>
#include <KMessageBox>
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
)
{
...
...
kcm/kupkcm.cpp
View file @
71703b61
...
...
@@ -43,7 +43,7 @@
K_PLUGIN_FACTORY
(
KupKcmFactory
,
registerPlugin
<
KupKcm
>
();)
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
<
QVariant
>
&
pArgs
)
:
KCModule
(
KupKcmFactory
::
componentData
(),
pParent
,
pArgs
)
...
...
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