Skip to content

Commit

Permalink
bump version to 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
user-none committed Apr 28, 2022
1 parent b603d80 commit 82bea36
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
for version 5.4
- Avoid deadlock during shut down on UNIX signals

for version 5.3
- Add configurable attention icon that is shown if iconified app needs attention
- Fix building with Qt 5.14+
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
5.3
5.4

2 changes: 1 addition & 1 deletion helpers/appdata/kdocker.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<binary>kdocker</binary>
</provides>
<releases>
<release version="5.3" timestamp="1583848837">
<release version="5.4" timestamp="1651154731">
<description>Requires Qt Version 5</description>
</release>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion helpers/kdocker.1
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "KDOCKER 1"
.TH KDOCKER 1 "10 March, 2020" "Version 5.3" "General Commands Manual"
.TH KDOCKER 1 "28 April, 2022" "Version 5.4" "General Commands Manual"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
Expand Down
2 changes: 1 addition & 1 deletion helpers/kdocker_man.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# Create man page (kdocker.1) from pod template

pod2man --center 'General Commands Manual' \
--release 'Version 5.3' \
--release 'Version 5.4' \
--date "$(date +'%e %B, %Y')" \
kdocker.pod kdocker.1
2 changes: 1 addition & 1 deletion src/constants.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const QString Constants::APP_NAME = "KDocker";
const QString Constants::ORG_NAME = "com.kdocker";
const QString Constants::DOM_NAME = "kdocker.com";
const QString Constants::WEBSITE = "https://github.com/user-none/KDocker";
const QString Constants::APP_VERSION = "5.3";
const QString Constants::APP_VERSION = "5.4";

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

Expand Down

0 comments on commit 82bea36

Please sign in to comment.