Skip to content

Commit c0ee003

Browse files
committed
Bump version.
1 parent 4570cea commit c0ee003

File tree

6 files changed

+11
-7
lines changed

6 files changed

+11
-7
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
for version 5.2
2+
- Add 'Lock to desktop' option
3+
- Fix bash completion
4+
15
for version 5.1
26
- Support load/save per application settings
37
- Various fixes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
5.1
1+
5.2
22

helpers/appdata/kdocker.appdata.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
</screenshot>
2323
<screenshot></screenshot>
2424
</screenshots>
25-
<url type="homepage">http://kdocker.com</url>
25+
<url type="homepage">https://github.com/user-none/KDocker</url>
2626
<url type="bugtracker">https://github.com/user-none/KDocker/issues</url>
2727
<url type="help">https://github.com/user-none/KDocker/blob/master/README.md</url>
2828
<provides>
2929
<binary>kdocker</binary>
3030
</provides>
3131
<releases>
32-
<release version="5.1" timestamp="1518965746">
32+
<release version="5.2" timestamp="1532540996">
3333
<description>Requires Qt Version 5</description>
3434
</release>
3535
</releases>

helpers/kdocker.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
.\" ========================================================================
134134
.\"
135135
.IX Title "KDOCKER 1"
136-
.TH KDOCKER 1 "18 February, 2018" "Version 5.1" "General Commands Manual"
136+
.TH KDOCKER 1 "25 July, 2018" "Version 5.2" "General Commands Manual"
137137
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
138138
.\" way too many mistakes in technical documents.
139139
.if n .ad l

helpers/kdocker_man.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# Create man page (kdocker.1) from pod template
44

55
pod2man --center 'General Commands Manual' \
6-
--release 'Version 5.1' \
6+
--release 'Version 5.2' \
77
--date "$(date +'%e %B, %Y')" \
88
kdocker.pod kdocker.1

src/constants.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
const QString Constants::APP_NAME = "KDocker";
2424
const QString Constants::ORG_NAME = "com.kdocker";
2525
const QString Constants::DOM_NAME = "kdocker.com";
26-
const QString Constants::WEBSITE = "http://kdocker.com";
27-
const QString Constants::APP_VERSION = "5.1";
26+
const QString Constants::WEBSITE = "https://github.com/user-none/KDocker";
27+
const QString Constants::APP_VERSION = "5.2";
2828

2929
const char *Constants::OPTIONSTRING = "+abd:e:fhi:jklmn:op:qrstvuw:x:";
3030

0 commit comments

Comments
 (0)