summaryrefslogtreecommitdiff
path: root/top/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'top/autogen.sh')
-rwxr-xr-xtop/autogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/top/autogen.sh b/top/autogen.sh
index 81db3fe035..4ca4c05577 100755
--- a/top/autogen.sh
+++ b/top/autogen.sh
@@ -4,6 +4,8 @@
# also regenerates all aclocal.m4, config.h.in, Makefile.in, configure files
# with new versions of autoconf or automake.
+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
@@ -30,8 +32,6 @@
# Alternatively, you can use an autogen.sh script that is specific
# to your package.
-scriptversion=2022-07-24.15; # UTC
-
me="$0"
medir=`dirname "$me"`