From: Paul Eggert Date: Wed, 26 Jan 2022 05:29:16 +0000 (-0800) Subject: bootstrap: update scriptversion X-Git-Tag: v1.0~2380 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=57d3eb7d5cbc7c03dc3addea7f6fcd2f9ed32d0f;p=gnulib.git 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 --- 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"