summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-01-12 11:09:14 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-01-12 11:09:14 +0100
commitfba16588f89f3a7d8a24034718e5f50204b2b0d8 (patch)
tree95c3c2db7da47680a0e9a63ed938813f968a7a0f /bootstrap.sh
parent34001a987a6defdb70f6f3c17cce9d9c665fe6e8 (diff)
downloadautomake-fba16588f89f3a7d8a24034718e5f50204b2b0d8.tar.gz
copyright: update some copyright years
With "make update-copyright". Apparently they were missed in the last bump. * bootstrap.sh, configure.ac, t/txinfo-builddir.sh: In these files. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 0ea691d31..0a5a290e2 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -38,7 +38,7 @@ datadir=.
PERL_THREADS=0
# This should be automatically updated by the 'update-copyright'
# rule of our Makefile.
-RELEASE_YEAR=2012
+RELEASE_YEAR=2013
# Override SHELL. This is required on DJGPP so that Perl's system()
# uses bash, not COMMAND.COM which doesn't quote arguments properly.