]> Savannah Git Hosting - gnulib.git/commitdiff
bootstrap: update scriptversion
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 26 Jan 2022 05:29:16 +0000 (21:29 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 26 Jan 2022 05:29:16 +0000 (21:29 -0800)
* 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

index 9535aecce2fb838852289caf414040b7def3cd9f..dc2238f4adfc7493742d943e79f816319df46340 100755 (executable)
@@ -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"