summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-10-14 13:46:55 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2019-10-14 13:47:25 -0700
commit5ae02cc829c8efe8afcf72467d0147444feab651 (patch)
tree3915c43ffeb4497fc567faf1251f95daf161c85c /bootstrap
parent06971c3d56c09236ed2e45a085e8f6db787f751e (diff)
downloadautomake-5ae02cc829c8efe8afcf72467d0147444feab651.tar.gz
maint: make update-copyright
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 3f4f7ad73..94a442779 100755
--- a/bootstrap
+++ b/bootstrap
@@ -2,7 +2,7 @@
# This script helps bootstrap automake, when checked out from git.
#
-# Copyright (C) 2002-2018 Free Software Foundation, Inc.
+# Copyright (C) 2002-2019 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
@@ -42,7 +42,7 @@ PACKAGE=automake
datadir=.
# This should be automatically updated by the 'update-copyright'
# rule of our Makefile.
-RELEASE_YEAR=2018
+RELEASE_YEAR=2019
# Override SHELL. This is required on DJGPP so that Perl's system()
# uses bash, not COMMAND.COM which doesn't quote arguments properly.