diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-02-24 13:29:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-02-24 13:29:33 +0000 |
commit | 5eff2e98bd094757d69bc247acf07faa4a0b1b26 (patch) | |
tree | 5f603cdf1017bf82986e2650ab0d254112c48c82 /rc.cc | |
parent | Releasing debian version 1.6-6. (diff) | |
download | zutils-5eff2e98bd094757d69bc247acf07faa4a0b1b26.tar.xz zutils-5eff2e98bd094757d69bc247acf07faa4a0b1b26.zip |
Merging upstream version 1.7.
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-2017 Antonio Diaz Diaz. + Copyright (C) 2009-2018 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 = "2017"; +const char * const program_year = "2018"; std::string compressor_names[num_formats] = { "bzip2", "gzip", "lzip", "xz" }; // default compressor names |