X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=build-aux%2Fannounce-gen;h=c642ef8e1f2ef79d9aaa81f41728c402cbd6ca92;hb=46301374ca957831679cf58b9c2fdf87746c71a7;hp=9248876d554a5b4111331c3cc122eda26d83dabb;hpb=254d5cfbee939eee0ac284a74720262902fbba4e;p=gnulib.git diff --git a/build-aux/announce-gen b/build-aux/announce-gen index 9248876d5..c642ef8e1 100755 --- a/build-aux/announce-gen +++ b/build-aux/announce-gen @@ -1,7 +1,7 @@ #!/usr/bin/perl -w # Generate a release announcement message. -my $VERSION = '2008-01-12 08:52'; # UTC +my $VERSION = '2008-02-08 10:34'; # 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 @@ -413,7 +413,7 @@ sub get_tool_versions ($$) grep (/^gnulib$/, @tool_list) ^ defined $gnulib_version and (warn "$ME: when specifying gnulib as a tool, you must also specify\n" - . "--gnulib-version=V, where V is the result of running git-describe\n" + . "--gnulib-version=V, where V is the result of running git describe\n" . "in the gnulib source directory.\n"), $fail = 1; exists $valid_release_types{$release_type}