diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:20:35 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:20:35 +0000 |
commit | bdc29562d491365425736966d8abd90cbe2cf59b (patch) | |
tree | bc863470b2dd98bc926cb10e1d95103040f4b7bd /zutils.h | |
parent | Adding debian version 0.9~rc2-3. (diff) | |
download | zutils-bdc29562d491365425736966d8abd90cbe2cf59b.tar.xz zutils-bdc29562d491365425736966d8abd90cbe2cf59b.zip |
Merging upstream version 0.9.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | zutils.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* Zutils - Utilities dealing with compressed files - Copyright (C) 2009, 2010 Antonio Diaz Diaz. + Copyright (C) 2009, 2010, 2011 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 @@ -17,7 +17,7 @@ const char * const Program_name = "Zutils"; const char * const program_name = "zutils"; -const char * const program_year = "2010"; +const char * const program_year = "2011"; extern const char * invocation_name; extern const char * util_name; |