Skip to content

Commit

Permalink
bump version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Feb 27, 2024
1 parent d2a3513 commit abf4613
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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-02-??)
## Version 0.6.2 (2024-02-27)

A problem with handling of special characters in path names on Windows is fixed.

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.2-1) UNRELEASED; urgency=medium

* A problem with handling of special characters in path names on Windows is
fixed.

-- Dirk Stolle <striezel-dev@web.de> Tue, 27 Feb 2024 06:57:23 +0100

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

* The displayed image is now resized when the user resizes the window.
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ A changelog is provided as [separate file](./changelog.md).

## Copyright and Licensing

Copyright 2022, 2023 Dirk Stolle
Copyright 2022, 2023, 2024 Dirk Stolle

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
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.1, 2023-11-07\n"
std::cout << "webp-viewer, version 0.6.2, 2024-02-27\n"
<< "\n"
<< "Library versions:\n"
<< " * libwebp: " << webp_version() << "\n"
Expand Down

0 comments on commit abf4613

Please sign in to comment.