From 19d5a873d7ff27e4f09bb4603f05c924545b57db Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 27 Dec 2022 08:15:37 -0800 Subject: Move scriptversion= lines up in scripts By default they need to be in the first 8 lines to be updated. --- top/bootstrap-funclib.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'top/bootstrap-funclib.sh') diff --git a/top/bootstrap-funclib.sh b/top/bootstrap-funclib.sh index cfad85a318..ef0fa70ae5 100644 --- a/top/bootstrap-funclib.sh +++ b/top/bootstrap-funclib.sh @@ -1,5 +1,7 @@ # A library of shell functions for autopull.sh, autogen.sh, and bootstrap. +scriptversion=2022-12-27.03; # UTC + # Copyright (C) 2003-2022 Free Software Foundation, Inc. # # This program is free software: you can redistribute it and/or modify @@ -23,8 +25,6 @@ # file also maintained in your version control; gnulib comes with a # template build-aux/bootstrap.conf to get you started. -scriptversion=2022-07-24.15; # UTC - nl=' ' -- cgit v1.2.1