From: Joel Rosdahl Date: Sat, 7 Mar 2015 15:30:10 +0000 (+0100) Subject: Prepare for v3.1.11 X-Git-Tag: v3.1.11^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4530b05d69ffec46c8922e8f4baa3fed116ba6a4;p=thirdparty%2Fccache.git Prepare for v3.1.11 --- diff --git a/ccache.c b/ccache.c index 7c12174a0..1f182630d 100644 --- a/ccache.c +++ b/ccache.c @@ -2,7 +2,7 @@ * ccache -- a fast C/C++ compiler cache * * Copyright (C) 2002-2007 Andrew Tridgell - * Copyright (C) 2009-2014 Joel Rosdahl + * Copyright (C) 2009-2015 Joel Rosdahl * * 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 the Free @@ -36,7 +36,7 @@ static const char VERSION_TEXT[] = MYNAME " version %s\n" "\n" "Copyright (C) 2002-2007 Andrew Tridgell\n" -"Copyright (C) 2009-2011 Joel Rosdahl\n" +"Copyright (C) 2009-2015 Joel Rosdahl\n" "\n" "This program is free software; you can redistribute it and/or modify it under\n" "the terms of the GNU General Public License as published by the Free Software\n"