From 361f96fa28fdd13f57a86629a09fcf3a15ea0a41 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Tue, 7 Nov 2023 03:40:23 +0100 Subject: [PATCH] bump version to 0.6.1 --- changelog.md | 2 +- debian/changelog | 6 ++++++ webp-viewer/main.cpp | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 9c51c43..b06a994 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Version history of webp-viewer -## Version 0.6.1-pre (2023-11-??) +## Version 0.6.1 (2023-11-07) The displayed image is now resized when the user resizes the window. diff --git a/debian/changelog b/debian/changelog index 87736a4..4c5a784 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +webp-viewer (0.6.1-1) UNRELEASED; urgency=medium + + * The displayed image is now resized when the user resizes the window. + + -- Dirk Stolle Tue, 07 Nov 2023 03:39:01 +0100 + webp-viewer (0.6.0-1) UNRELEASED; urgency=medium * Partial support for animated WebP files is added. The viewer can now diff --git a/webp-viewer/main.cpp b/webp-viewer/main.cpp index 35a7b88..dc1ccbb 100644 --- a/webp-viewer/main.cpp +++ b/webp-viewer/main.cpp @@ -32,7 +32,7 @@ void showVersion() { - std::cout << "webp-viewer, version 0.6.1-pre, 2023-11-07\n" + std::cout << "webp-viewer, version 0.6.1, 2023-11-07\n" << "\n" << "Library versions:\n" << " * libwebp: " << webp_version() << "\n"