From abf46133e6637a9c5ec9181c615da2014e4df8a2 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Tue, 27 Feb 2024 06:58:50 +0100 Subject: [PATCH] bump version to 0.6.2 --- changelog.md | 2 +- debian/changelog | 7 +++++++ readme.md | 2 +- webp-viewer/main.cpp | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 424ffa0..326a9e2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Version history of webp-viewer -## Version 0.?.? (2024-02-??) +## Version 0.6.2 (2024-02-27) A problem with handling of special characters in path names on Windows is fixed. diff --git a/debian/changelog b/debian/changelog index 4c5a784..1eb9793 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +webp-viewer (0.6.2-1) UNRELEASED; urgency=medium + + * A problem with handling of special characters in path names on Windows is + fixed. + + -- Dirk Stolle Tue, 27 Feb 2024 06:57:23 +0100 + webp-viewer (0.6.1-1) UNRELEASED; urgency=medium * The displayed image is now resized when the user resizes the window. diff --git a/readme.md b/readme.md index fa5facf..e2b6602 100644 --- a/readme.md +++ b/readme.md @@ -96,7 +96,7 @@ A changelog is provided as [separate file](./changelog.md). ## Copyright and Licensing -Copyright 2022, 2023 Dirk Stolle +Copyright 2022, 2023, 2024 Dirk Stolle This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/webp-viewer/main.cpp b/webp-viewer/main.cpp index 07814ee..6c77fa3 100644 --- a/webp-viewer/main.cpp +++ b/webp-viewer/main.cpp @@ -35,7 +35,7 @@ void showVersion() { - std::cout << "webp-viewer, version 0.6.1, 2023-11-07\n" + std::cout << "webp-viewer, version 0.6.2, 2024-02-27\n" << "\n" << "Library versions:\n" << " * libwebp: " << webp_version() << "\n"