about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-14 14:43:17 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-14 16:31:29 -0800
commit0abc76611fe3438dd5b152257f9ba9028c536ed3 (patch)
tree791b473cedff1cdc651ee05a961ccc35309829ca /GIT-VERSION-GEN
parent5580514d1b291217ccfd62f2f1b06f64aa3906ef (diff)
downloadclogger-0abc76611fe3438dd5b152257f9ba9028c536ed3.tar.gz
Broken/crazy systems without CLOCK_MONOTONIC (in varying
degrees) and/or clock_gettime() should be supported by
using gettimeofday().  Thanks to Lawrence Pit for reporting
and helping us test.

The Clogger::ToPath proxy class is gone, Clogger itself can
proxy to_path/close calls correctly to the response body.

$time_utc with a default strftime-format is now supported, and
time formats can now be arbitrarily long in the C extension.
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 6eb2f70..ce2977d 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.6.0.GIT
+DEF_VER=v0.7.0.GIT
 
 LF='
 '