summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2017-02-17 22:22:39 +0100
committerJoel Rosdahl <joel@rosdahl.net>2017-02-17 22:26:01 +0100
commit06b49fcd1de3fef7e9f75055f0d85b517bf01e5f (patch)
tree9bd9321f99725519465393c4e332d83fc4746425
parent19ea3b5657c27fc05a4756ee3f095ee6020256de (diff)
downloadccache-06b49fcd1de3fef7e9f75055f0d85b517bf01e5f.tar.gz
Prepare for v3.3.4v3.3.4
-rw-r--r--AUTHORS.txt3
-rw-r--r--LICENSE.txt2
-rw-r--r--NEWS.txt2
-rw-r--r--ccache.c2
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 <alfred.landrum@riverbed.com>
-* Anders Björklund <anders@itension.se>
+* Anders Björklund <anders@psqr.se>
* Andrea Bittau <a.bittau@cs.ucl.ac.uk>
* Andrew P Boie <andrew.p.boie@intel.com>
* Andrew Stubbs <ams@codesourcery.com>
@@ -56,6 +56,7 @@ ccache is a collective work with contributions from many people, including:
* Patrick von Reth <vonreth@kde.org>
* Paul Griffith <paulg@cse.yorku.ca>
* Pavel Boldin <pboldin@cloudlinux.com>
+* Philippe Proulx <eeppeliteloop@gmail.com>
* RW <fbsd06@mlists.homeunix.com>
* Ramiro Polla <ramiro.polla@gmail.com>
* Robin H. Johnson <robbat2@gentoo.org>
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"