aboutsummaryrefslogtreecommitdiff
path: root/depcomp
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 /depcomp
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 'depcomp')
-rwxr-xr-xdepcomp6
1 files changed, 3 insertions, 3 deletions
diff --git a/depcomp b/depcomp
index fc98710..b39f98f 100755
--- a/depcomp
+++ b/depcomp
@@ -1,9 +1,9 @@
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
-scriptversion=2013-05-30.07; # UTC
+scriptversion=2016-01-11.22; # UTC
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Copyright (C) 1999-2017 Free Software Foundation, Inc.
# 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
@@ -786,6 +786,6 @@ exit 0
# 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