aboutsummaryrefslogtreecommitdiff
path: root/ylwrap
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-11-11 14:21:33 +0100
committerGuido Günther <agx@sigxcpu.org>2017-11-11 14:21:34 +0100
commit8bf9bdffccec6ed84c29df4a7f676ff938d9e08f (patch)
tree4ece9b7980512ad3eaf028e0373757cb3d264971 /ylwrap
parentDocument changes and release 3.20.0-3 (diff)
parentNew upstream version 3.26.0 (diff)
downloadkrb5-auth-dialog-8bf9bdffccec6ed84c29df4a7f676ff938d9e08f.tar.gz
krb5-auth-dialog-8bf9bdffccec6ed84c29df4a7f676ff938d9e08f.tar.bz2
krb5-auth-dialog-8bf9bdffccec6ed84c29df4a7f676ff938d9e08f.zip
Update upstream source from tag 'upstream/3.26.0'
Update to upstream version '3.26.0' with Debian dir a0dd8a8ec42bd8510e0a04a62426a1f4fd6076b4
Diffstat (limited to 'ylwrap')
-rwxr-xr-xylwrap6
1 files changed, 3 insertions, 3 deletions
diff --git a/ylwrap b/ylwrap
index 7c2d927..d788f2d 100755
--- a/ylwrap
+++ b/ylwrap
@@ -1,9 +1,9 @@
#! /bin/sh
# ylwrap - wrapper for lex/yacc invocations.
-scriptversion=2013-01-12.17; # UTC
+scriptversion=2016-01-11.22; # UTC
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
#
# Written by Tom Tromey <tromey@cygnus.com>.
#
@@ -242,6 +242,6 @@ exit $ret
# eval: (add-hook 'write-file-hooks 'time-stamp)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-time-zone: "UTC"
+# time-stamp-time-zone: "UTC0"
# time-stamp-end: "; # UTC"
# End:
bgstack15