diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:31:08 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:31:08 +0000 |
commit | 28661ee11a284a36eeab97b20ea85e9286c6f7ae (patch) | |
tree | de1540839a3b3426dabd8474d1be65938adb4dc0 /rc.cc | |
parent | Adding upstream version 1.2~pre3. (diff) | |
download | zutils-28661ee11a284a36eeab97b20ea85e9286c6f7ae.tar.xz zutils-28661ee11a284a36eeab97b20ea85e9286c6f7ae.zip |
Adding upstream version 1.2.upstream/1.2
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
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, 2010, 2011, 2012, 2013 Antonio Diaz Diaz. + Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 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 = "2013"; +const char * const program_year = "2014"; std::string compressor_names[num_formats] = { "bzip2", "gzip", "lzip", "xz" }; // default compressor names |