Skip to content

Commit 82bea36

Browse files
committed
bump version to 5.4
1 parent b603d80 commit 82bea36

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
for version 5.4
2+
- Avoid deadlock during shut down on UNIX signals
3+
14
for version 5.3
25
- Add configurable attention icon that is shown if iconified app needs attention
36
- Fix building with Qt 5.14+

VERSION

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

helpers/appdata/kdocker.appdata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<binary>kdocker</binary>
3030
</provides>
3131
<releases>
32-
<release version="5.3" timestamp="1583848837">
32+
<release version="5.4" timestamp="1651154731">
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 "10 March, 2020" "Version 5.3" "General Commands Manual"
136+
.TH KDOCKER 1 "28 April, 2022" "Version 5.4" "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.3' \
6+
--release 'Version 5.4' \
77
--date "$(date +'%e %B, %Y')" \
88
kdocker.pod kdocker.1

src/constants.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const QString Constants::APP_NAME = "KDocker";
2424
const QString Constants::ORG_NAME = "com.kdocker";
2525
const QString Constants::DOM_NAME = "kdocker.com";
2626
const QString Constants::WEBSITE = "https://github.com/user-none/KDocker";
27-
const QString Constants::APP_VERSION = "5.3";
27+
const QString Constants::APP_VERSION = "5.4";
2828

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

0 commit comments

Comments
 (0)