diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2025-01-14 09:57:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2025-01-14 09:57:24 +0000 |
commit | 14a628aadf3ffe5909ae0d94cf511d79bdcd4366 (patch) | |
tree | e2fe6e3e2424eb8a6100da3a08a051e5f06a338a /rc.cc | |
parent | Adding upstream version 1.14~rc1. (diff) | |
download | zutils-14a628aadf3ffe5909ae0d94cf511d79bdcd4366.tar.xz zutils-14a628aadf3ffe5909ae0d94cf511d79bdcd4366.zip |
Adding upstream version 1.14.upstream/1.14upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'rc.cc')
-rw-r--r-- | rc.cc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* Zutils - Utilities dealing with compressed files - Copyright (C) 2009-2024 Antonio Diaz Diaz. + Copyright (C) 2009-2025 Antonio Diaz Diaz. 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 @@ -37,7 +37,7 @@ int verbosity = 0; namespace { const char * const config_file_name = "zutils.conf"; -const char * const program_year = "2024"; +const char * const program_year = "2025"; std::string compressor_names[num_formats] = { "bzip2", "gzip", "lzip", "xz", "zstd" }; // default compressor names |