From 57d3eb7d5cbc7c03dc3addea7f6fcd2f9ed32d0f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 25 Jan 2022 21:29:16 -0800 Subject: bootstrap: update scriptversion * build-aux/bootstrap: Update scriptversion. Problem reported by Bjarni Ingi Gislason in: https://lists.gnu.org/r/bug-gnulib/2022-01/msg00164.html --- build-aux/bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build-aux/bootstrap') diff --git a/build-aux/bootstrap b/build-aux/bootstrap index 9535aecce2..dc2238f4ad 100755 --- a/build-aux/bootstrap +++ b/build-aux/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh # Print a version string. -scriptversion=2021-04-11.09; # UTC +scriptversion=2022-01-26.05; # UTC # Bootstrap this package from checked-out sources. @@ -1109,7 +1109,7 @@ bootstrap_epilogue echo "$0: done. Now you can run './configure'." -# Local variables: +# Local Variables: # eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -- cgit v1.2.1