From 5d0459f642bebd166f2a3c9603b658602b420de6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 11 Jan 2023 09:11:59 +0100 Subject: Adding upstream version 1.12. Signed-off-by: Daniel Baumann --- rc.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc.cc') diff --git a/rc.cc b/rc.cc index 4f9e5ee..5a5c5b4 100644 --- a/rc.cc +++ b/rc.cc @@ -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 -- cgit v1.2.3