From 7653fdb8cbc9dd19f9320c1f1509d58932a4a6f3 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Sun, 24 Mar 2024 16:03:50 +0100 Subject: [PATCH] bump version to 0.6.3 --- changelog.md | 2 +- debian/changelog | 7 +++++++ webp-viewer/main.cpp | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 1885ed1..a3ac753 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Version history of webp-viewer -## Version 0.?.? (2024-03-??) +## Version 0.6.3 (2024-03-24) A new command-line parameter is added to show the available keyboard shortcuts. diff --git a/debian/changelog b/debian/changelog index 1eb9793..d602cb2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +webp-viewer (0.6.3-1) UNRELEASED; urgency=medium + + * A new command-line parameter is added to show the available keyboard + shortcuts. + + -- Dirk Stolle Sun, 24 Mar 2024 16:03:20 +0100 + webp-viewer (0.6.2-1) UNRELEASED; urgency=medium * A problem with handling of special characters in path names on Windows is diff --git a/webp-viewer/main.cpp b/webp-viewer/main.cpp index bd6547d..a23e614 100644 --- a/webp-viewer/main.cpp +++ b/webp-viewer/main.cpp @@ -35,7 +35,7 @@ void showVersion() { - std::cout << "webp-viewer, version 0.6.2, 2024-02-27\n" + std::cout << "webp-viewer, version 0.6.3, 2024-03-24\n" << "\n" << "Library versions:\n" << " * libwebp: " << webp_version() << "\n"