From: Joel Rosdahl Date: Fri, 8 Jul 2016 15:21:25 +0000 (+0200) Subject: Prepare for v3.1.12 X-Git-Tag: v3.1.12~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34077dfef28442942d8eb7c474c6e69153a229e7;p=thirdparty%2Fccache.git Prepare for v3.1.12 --- diff --git a/LICENSE.txt b/LICENSE.txt index 7d165ceb0..60bbce8bb 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -38,7 +38,7 @@ The copyright for ccache as a whole is as follows: ------------------------------------------------------------------------------- Copyright (C) 2002-2007 Andrew Tridgell - Copyright (C) 2009-2011 Joel Rosdahl + Copyright (C) 2009-2016 Joel Rosdahl ------------------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index d1956611f..3ec615610 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -4,7 +4,7 @@ ccache news ccache 3.1.12 ------------- -Release date: unknown +Release date: 2016-07-08 Bug fixes diff --git a/ccache.c b/ccache.c index d3e523023..ff0eb0dfd 100644 --- a/ccache.c +++ b/ccache.c @@ -36,7 +36,7 @@ static const char VERSION_TEXT[] = MYNAME " version %s\n" "\n" "Copyright (C) 2002-2007 Andrew Tridgell\n" -"Copyright (C) 2009-2015 Joel Rosdahl\n" +"Copyright (C) 2009-2016 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"