diff options
author | marha <marha@users.sourceforge.net> | 2010-02-27 16:22:52 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-02-27 16:22:52 +0000 |
commit | 56389060042079a1d526e98c54a7f54b1a4853f7 (patch) | |
tree | 791a212b1eaebe8b028a390444b5a98a88e09868 /pixman/install-sh | |
parent | 0235891665ad311e1f81d1b0f003f433b4af4cbb (diff) | |
parent | 65fbbe1531c1e09cd40014374fdd93cff3a1d33a (diff) | |
download | vcxsrv-56389060042079a1d526e98c54a7f54b1a4853f7.tar.gz vcxsrv-56389060042079a1d526e98c54a7f54b1a4853f7.tar.bz2 vcxsrv-56389060042079a1d526e98c54a7f54b1a4853f7.zip |
svn merge ^/branches/released .
Diffstat (limited to 'pixman/install-sh')
-rw-r--r-- | pixman/install-sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pixman/install-sh b/pixman/install-sh index a5897de6e..6781b987b 100644 --- a/pixman/install-sh +++ b/pixman/install-sh @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2006-12-25.00 +scriptversion=2009-04-28.21; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -515,5 +515,6 @@ done # 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: |