From 06b49fcd1de3fef7e9f75055f0d85b517bf01e5f Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Fri, 17 Feb 2017 22:22:39 +0100 Subject: Prepare for v3.3.4 --- AUTHORS.txt | 3 ++- LICENSE.txt | 2 +- NEWS.txt | 2 +- ccache.c | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index f6dffa47..ec52d852 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 a8410729..5bf78839 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 3bb827ef..e15f18cd 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 2c14795a..de2b1e3d 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" -- cgit v1.2.1