* build-aux/announce-gen (copyright_year): Derive from time-stamp.
+2024-07-13 Collin Funk <collin.funk1@gmail.com>
+
+ announce-gen: Fix copyright year in --version output.
+ * build-aux/announce-gen (copyright_year): Derive from time-stamp.
+
2024-07-13 Bruno Haible <bruno@clisp.org>
stdlib: Support use of clang++ on Ubuntu.
eval 'exec perl -wSx "$0" "$@"'
if 0;
-my $VERSION = '2024-07-04 10:55'; # UTC
+my $VERSION = '2024-07-14 03:11'; # UTC
# The definition above must lie within the first 8 lines in order
# for the Emacs time-stamp write hook (at end) to update it.
# If you change this file with Emacs, please let the write hook
# do its job. Otherwise, update this string manually.
-my $copyright_year = '2022';
+(my $copyright_year = $VERSION) =~ s/^(\d*)-.*$/$1/;
use strict;
use Getopt::Long;