Skip to content

Commit

Permalink
bump version to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Mar 24, 2024
1 parent ab7c41e commit 7653fdb
Show file tree
Hide file tree
Showing 3 changed files with 9 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.?.? (2024-03-??)
## Version 0.6.3 (2024-03-24)

A new command-line parameter is added to show the available keyboard shortcuts.

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

0 comments on commit 7653fdb

Please sign in to comment.