summaryrefslogtreecommitdiffstats
path: root/rc.cc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-01-27 16:15:41 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-01-27 16:15:41 +0000
commit66d6ec5741312346aa4c4b058e06c584e0336028 (patch)
tree174763c6a2c37083bf3e81c8a9aca0b2eb40c9cc /rc.cc
parentAdding upstream version 1.9. (diff)
downloadzutils-5fbcdf0c9f5c778e2a0f7e8f3c59e0df0652ca3c.tar.xz
zutils-5fbcdf0c9f5c778e2a0f7e8f3c59e0df0652ca3c.zip
Adding upstream version 1.10.upstream/1.10
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 7ad51f4..0162510 100644
--- a/rc.cc
+++ b/rc.cc
@@ -1,5 +1,5 @@
/* Zutils - Utilities dealing with compressed files
- Copyright (C) 2009-2020 Antonio Diaz Diaz.
+ Copyright (C) 2009-2021 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 = "zutilsrc";
-const char * const program_year = "2020";
+const char * const program_year = "2021";
std::string compressor_names[num_formats] =
{ "bzip2", "gzip", "lzip", "xz" }; // default compressor names