Skip to content

Commit c9a9d57

Browse files
committed
chore: update year in readme, version output, etc.
1 parent 2c64c1a commit c9a9d57

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.?.? (2024-06-??)
3+
## Version 0.?.? (2025-01-??)
44

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

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ A changelog is provided as [separate file](./changelog.md).
9797

9898
## Copyright and Licensing
9999

100-
Copyright 2022, 2023, 2024 Dirk Stolle
100+
Copyright 2022, 2023, 2024, 2025 Dirk Stolle
101101

102102
This program is free software: you can redistribute it and/or modify
103103
it under the terms of the GNU General Public License as published by

webp-viewer/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ void showVersion()
4040
<< "Library versions:\n"
4141
<< " * libwebp: " << webp_version() << "\n"
4242
<< " * glfw: " << glfw_version() << "\n\n"
43-
<< "Copyright (C) 2022, 2023, 2024 Dirk Stolle\n"
43+
<< "Copyright (C) 2022, 2023, 2024, 2025 Dirk Stolle\n"
4444
<< "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n"
4545
<< "This is free software: you are free to change and redistribute it under the\n"
4646
<< "terms of the GNU General Public License version 3 or any later version.\n"

0 commit comments

Comments
 (0)