diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-02-01 11:13:06 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-02-01 11:13:06 +0100 |
commit | 96e40db00f6343fae0036c47fe86f2e3b2da08a7 (patch) | |
tree | 037e84e2072fd9c39a30a7aaae4c470cc17bd674 /build-aux | |
parent | 8c69e7bd49ea2dfd61f214a00a3f4636465952ff (diff) | |
download | gnutls-96e40db00f6343fae0036c47fe86f2e3b2da08a7.tar.gz |
Update gnulib files.
Diffstat (limited to 'build-aux')
-rwxr-xr-x | build-aux/gnupload | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/build-aux/gnupload b/build-aux/gnupload index 12c9394943..5d4289ffc9 100755 --- a/build-aux/gnupload +++ b/build-aux/gnupload @@ -1,9 +1,9 @@ #!/bin/sh # Sign files and upload them. -scriptversion=2008-11-12.21 +scriptversion=2009-01-30.00 -# Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation +# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -62,6 +62,9 @@ Multiple-target multiple-file example: --to alpha.gnu.org:automake \\ automake-1.8.2b.tar.gz automake-1.8.2b.tar.bz2 +You can get the latest version of this script from savannah: +<http://git.savannah.gnu.org/cgit/automake.git/plain/lib/gnupload> + Report bugs to <bug-automake@gnu.org>. Send patches to <automake-patches@gnu.org>." |