X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=build-aux%2Fgit-version-gen;h=16da2a8f6c9aa4b0c7c9c85af00fe2bbd1de6531;hb=b187ff0528e2a081392a834e684d1d0c161708a7;hp=5f2f1cc719337f66784c53568171178796f28803;hpb=fb4a9aa847c5e660adda65e9e2b9752aabfeeaf3;p=gnulib.git diff --git a/build-aux/git-version-gen b/build-aux/git-version-gen index 5f2f1cc71..16da2a8f6 100755 --- a/build-aux/git-version-gen +++ b/build-aux/git-version-gen @@ -1,6 +1,6 @@ #!/bin/sh # Print a version string. -scriptversion=2010-01-27.16 +scriptversion=2010-02-24.17; # UTC # Copyright (C) 2007-2010 Free Software Foundation, Inc. # @@ -146,5 +146,6 @@ echo "$v" | tr -d '\012' # 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: