summaryrefslogtreecommitdiff
path: root/lib/ylwrap
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-01-12 12:44:53 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2016-01-12 12:44:53 -0800
commit0f5e166e42cb3873b4073600198278b6e3363dbc (patch)
tree2b5822b8fd19c881c2dcc2b239cd9154ce8ebd13 /lib/ylwrap
parent46fd67c9720ee15a37357cea5190b77f3053cac4 (diff)
parent9094d07d4808cbade92f98b114bfb9e13bf6b422 (diff)
downloadautomake-0f5e166e42cb3873b4073600198278b6e3363dbc.tar.gz
Merge branch 'micro' into minor
Diffstat (limited to 'lib/ylwrap')
-rwxr-xr-xlib/ylwrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ylwrap b/lib/ylwrap
index 320150d1c..6ee268379 100755
--- a/lib/ylwrap
+++ b/lib/ylwrap
@@ -1,7 +1,7 @@
#! /bin/sh
# ylwrap - wrapper for lex/yacc invocations.
-scriptversion=2013-01-12.17; # UTC
+scriptversion=2016-01-11.22; # UTC
# Copyright (C) 1996-2015 Free Software Foundation, Inc.
#
@@ -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: