summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-05-08 16:24:26 +0200
committerSimon Josefsson <simon@josefsson.org>2009-05-08 16:24:26 +0200
commita1d8056ae7f39690f4f94e400db1228cf8ab8891 (patch)
treeb4f38256fce7a99ea53bd74534b897ee37f107bf /build-aux
parent08c49d6067b908b3ddd403b3f91e990986c51f00 (diff)
downloadgnutls-a1d8056ae7f39690f4f94e400db1228cf8ab8891.tar.gz
Update gnulib files.
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/gnupload5
1 files changed, 3 insertions, 2 deletions
diff --git a/build-aux/gnupload b/build-aux/gnupload
index 7c34784e41..002cee39a7 100755
--- a/build-aux/gnupload
+++ b/build-aux/gnupload
@@ -1,7 +1,7 @@
#!/bin/sh
# Sign files and upload them.
-scriptversion=2009-03-05.20
+scriptversion=2009-04-28.21; # UTC
# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation
#
@@ -407,5 +407,6 @@ exit 0
# eval: (add-hook 'write-file-hooks 'time-stamp)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-end: "$"
+# time-stamp-time-zone: "UTC"
+# time-stamp-end: "; # UTC"
# End: