Skip to content

Commit 958020b

Browse files
committed
bump version to 0.6.4
1 parent a1b3df7 commit 958020b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Version history of webp-viewer
22

3-
## Version 0.?.? (2025-01-??)
3+
## Version 0.6.4 (2025-02-17)
44

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

debian/changelog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
webp-viewer (0.6.4-1) UNRELEASED; urgency=medium
2+
3+
* Adjustments are made to provide builds for Ubuntu 24.04 LTS, too.
4+
5+
* A potentially wrong string size for file names under Windows OS is fixed.
6+
7+
-- Dirk Stolle <[email protected]> Mon, 17 Feb 2025 08:30:38 +0100
8+
19
webp-viewer (0.6.3-1) UNRELEASED; urgency=medium
210

311
* A new command-line parameter is added to show the available keyboard

webp-viewer/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
void showVersion()
3737
{
38-
std::cout << "webp-viewer, version 0.6.3, 2024-03-24\n"
38+
std::cout << "webp-viewer, version 0.6.4, 2025-02-17\n"
3939
<< "\n"
4040
<< "Library versions:\n"
4141
<< " * libwebp: " << webp_version() << "\n"

0 commit comments

Comments
 (0)