Skip to content

Commit

Permalink
bump version to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Feb 17, 2025
1 parent a1b3df7 commit 958020b
Show file tree
Hide file tree
Showing 3 changed files with 10 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.?.? (2025-01-??)
## Version 0.6.4 (2025-02-17)

Adjustments are made to provide builds for Ubuntu 24.04 LTS, too.

Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
webp-viewer (0.6.4-1) UNRELEASED; urgency=medium

* Adjustments are made to provide builds for Ubuntu 24.04 LTS, too.

* A potentially wrong string size for file names under Windows OS is fixed.

-- Dirk Stolle <striezel-dev@web.de> Mon, 17 Feb 2025 08:30:38 +0100

webp-viewer (0.6.3-1) UNRELEASED; urgency=medium

* A new command-line parameter is added to show the available keyboard
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.3, 2024-03-24\n"
std::cout << "webp-viewer, version 0.6.4, 2025-02-17\n"
<< "\n"
<< "Library versions:\n"
<< " * libwebp: " << webp_version() << "\n"
Expand Down

0 comments on commit 958020b

Please sign in to comment.