Skip to content

Commit

Permalink
bump version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Nov 7, 2023
1 parent 27a0af1 commit 361f96f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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
Expand Down
2 changes: 1 addition & 1 deletion webp-viewer/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 361f96f

Please sign in to comment.