summaryrefslogtreecommitdiff
path: root/build-aux/bootstrap
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-01-25 21:29:16 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2022-01-25 21:29:16 -0800
commit57d3eb7d5cbc7c03dc3addea7f6fcd2f9ed32d0f (patch)
tree04f3348676c051c0f79915320c55028e1e689ca3 /build-aux/bootstrap
parent8ecf07a95175c6cf4c62c0800555c19207dad251 (diff)
downloadgnulib-57d3eb7d5cbc7c03dc3addea7f6fcd2f9ed32d0f.tar.gz
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
Diffstat (limited to 'build-aux/bootstrap')
-rwxr-xr-xbuild-aux/bootstrap4
1 files changed, 2 insertions, 2 deletions
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"