regex.m4: correct the reversed range endpoint ([b-a]) test
[gnulib.git] / build-aux / git-version-gen
index 5f2f1cc..16da2a8 100755 (executable)
@@ -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: