summaryrefslogtreecommitdiffstats
path: root/rc.cc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-01-31 05:36:00 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-01-31 05:36:00 +0000
commit4d6a50caed955e6d042d98876e645f7f0867720a (patch)
tree420a405217b2606d919dcadb6d7ffb14d22bd93d /rc.cc
parentReleasing debian version 1.13~rc1-1. (diff)
downloadzutils-4d6a50caed955e6d042d98876e645f7f0867720a.tar.xz
zutils-4d6a50caed955e6d042d98876e645f7f0867720a.zip
Merging upstream version 1.13.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'rc.cc')
-rw-r--r--rc.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.cc b/rc.cc
index b671200..f68ec6c 100644
--- a/rc.cc
+++ b/rc.cc
@@ -1,5 +1,5 @@
/* Zutils - Utilities dealing with compressed files
- Copyright (C) 2009-2023 Antonio Diaz Diaz.
+ Copyright (C) 2009-2024 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 = "2023";
+const char * const program_year = "2024";
std::string compressor_names[num_formats] =
{ "bzip2", "gzip", "lzip", "xz", "zstd" }; // default compressor names