diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2018-10-10 16:06:58 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2018-10-10 16:06:58 +0200 |
commit | 7664e280a84eca31a8f21a4c15ea14eb179cebf9 (patch) | |
tree | 7f8cca0f9e7463115d53b1e97a1b53ab4948b848 /missing | |
parent | New upstream version 3.28.1 (diff) | |
parent | Bump to 3.30.0 (diff) | |
download | zenity-7664e280a84eca31a8f21a4c15ea14eb179cebf9.tar.gz zenity-7664e280a84eca31a8f21a4c15ea14eb179cebf9.tar.bz2 zenity-7664e280a84eca31a8f21a4c15ea14eb179cebf9.zip |
New upstream version 3.30.0
Diffstat (limited to 'missing')
-rwxr-xr-x | missing | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,9 +1,9 @@ -#! /bin/sh +#!/bin/sh # Common wrapper for a few potentially missing GNU programs. -scriptversion=2013-10-28.13; # UTC +scriptversion=2016-01-11.22; # UTC -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2017 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. # This program is free software; you can redistribute it and/or modify @@ -210,6 +210,6 @@ exit $st # 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: |