+2025-01-14 Simon Josefsson <simon@josefsson.org>
+
+ git-version-gen: Use an indirect 'dist-hook' make rule instead.
+ * build-aux/git-version-gen: Doc fix.
+
2025-01-13 Paul Eggert <eggert@cs.ucla.edu>
fts, savedir: avoid glibc 2.2 readdir ENOENT bug
#!/bin/sh
# Print a version string.
-scriptversion=2024-12-28.20; # UTC
+scriptversion=2025-01-14.06; # UTC
# Copyright (C) 2007-2025 Free Software Foundation, Inc.
#
# $(top_srcdir)/.version:
# echo '$(VERSION)' > $@-t
# mv $@-t $@
-# dist-hook:
+# dist-hook: tarball-version
+# .PHONY: tarball-version
+# tarball-version
# echo '$(VERSION)' > $(distdir)/.tarball-version
#
# To setup support for "git archive" tarballs, use the following: