summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2015-01-05 23:09:00 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2015-01-05 23:09:00 +0100
commit420e5f1423ab2979ca291361e18795a6381b8fa5 (patch)
tree53722da8f7283cc0a1ff268ce97a9dff94b6a69c /bootstrap.sh
parentb768a17c30e94f5cb8d854a6cbb2eb54c3bc80ed (diff)
parent46ce39e1a24f3016db3bc6cf857977be7a1cda1b (diff)
downloadautomake-420e5f1423ab2979ca291361e18795a6381b8fa5.tar.gz
Merge branch 'master' into ng/master
* master: maint: update copyright years to 2015 (branch 'master') maint: update copyright years to 2015 (branch 'micro')
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 14d0ee18a..bc96bc53c 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -2,7 +2,7 @@
# This script helps bootstrap automake, when checked out from git.
#
-# Copyright (C) 2002-2014 Free Software Foundation, Inc.
+# Copyright (C) 2002-2015 Free Software Foundation, Inc.
# Originally written by Pavel Roskin <proski@gnu.org> September 2002.
#
# This program is free software; you can redistribute it and/or modify
@@ -39,7 +39,7 @@ PACKAGE=automake
datadir=.
# This should be automatically updated by the 'update-copyright'
# rule of our Makefile.
-RELEASE_YEAR=2014
+RELEASE_YEAR=2015
# Read the rule for calculating APIVERSION and execute it.
apiver_cmd=`sed -ne 's/\[\[/[/g;s/\]\]/]/g;/^APIVERSION=/p' configure.ac`