./bootstrap

This commit is contained in:
Paul Eggert
2025-07-10 18:08:35 -07:00
parent 42a5f17b8f
commit 5d0d1b4965
2 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#! /bin/sh
# Bootstrap this package from checked-out sources.
scriptversion=2024-07-04.10; # UTC
scriptversion=2025-06-10.02; # UTC
# Copyright (C) 2003-2025 Free Software Foundation, Inc.
#
@@ -240,7 +240,7 @@ fi
# Local Variables:
# eval: (add-hook 'before-save-hook 'time-stamp nil t)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-format: "%Y-%02m-%02d.%02H"
# time-stamp-time-zone: "UTC0"
# time-stamp-end: "; # UTC"
# End: