From 34077dfef28442942d8eb7c474c6e69153a229e7 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Fri, 8 Jul 2016 17:21:25 +0200 Subject: [PATCH] Prepare for v3.1.12 --- LICENSE.txt | 2 +- NEWS.txt | 2 +- ccache.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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" -- 2.47.2