diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-01-11 08:12:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-01-11 08:12:14 +0000 |
commit | 5ecf7827580ce54a701c6540230e3ee6f37a2fda (patch) | |
tree | 27171fcd49f6ca01dc77b6e56b31286f7458c6ce /rc.cc | |
parent | Releasing debian version 1.12~rc1-1. (diff) | |
download | zutils-5ecf7827580ce54a701c6540230e3ee6f37a2fda.tar.xz zutils-5ecf7827580ce54a701c6540230e3ee6f37a2fda.zip |
Merging upstream version 1.12.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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-2022 Antonio Diaz Diaz. + Copyright (C) 2009-2023 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 = "2022"; +const char * const program_year = "2023"; std::string compressor_names[num_formats] = { "bzip2", "gzip", "lzip", "xz", "zstd" }; // default compressor names |