From: Joel Rosdahl Date: Fri, 17 Feb 2017 21:22:39 +0000 (+0100) Subject: Prepare for v3.3.4 X-Git-Tag: v3.3.4^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06b49fcd1de3fef7e9f75055f0d85b517bf01e5f;p=thirdparty%2Fccache.git Prepare for v3.3.4 --- diff --git a/AUTHORS.txt b/AUTHORS.txt index f6dffa471..ec52d852b 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -7,7 +7,7 @@ maintained by Joel Rosdahl. ccache is a collective work with contributions from many people, including: * Alfred Landrum -* Anders Björklund +* Anders Björklund * Andrea Bittau * Andrew P Boie * Andrew Stubbs @@ -56,6 +56,7 @@ ccache is a collective work with contributions from many people, including: * Patrick von Reth * Paul Griffith * Pavel Boldin +* Philippe Proulx * RW * Ramiro Polla * Robin H. Johnson diff --git a/LICENSE.txt b/LICENSE.txt index a84107298..5bf788395 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-2016 Joel Rosdahl + Copyright (C) 2009-2017 Joel Rosdahl ------------------------------------------------------------------------------- diff --git a/NEWS.txt b/NEWS.txt index 3bb827ef7..e15f18cd1 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -3,7 +3,7 @@ ccache news ccache 3.3.4 ------------ -Release date: TBD +Release date: 2017-02-17 New features and improvements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/ccache.c b/ccache.c index 2c14795a0..de2b1e3d5 100644 --- a/ccache.c +++ b/ccache.c @@ -37,7 +37,7 @@ static const char VERSION_TEXT[] = MYNAME " version %s\n" "\n" "Copyright (C) 2002-2007 Andrew Tridgell\n" - "Copyright (C) 2009-2016 Joel Rosdahl\n" + "Copyright (C) 2009-2017 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"