about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-03-15 11:51:28 +0000
committerEric Wong <normalperson@yhbt.net>2011-03-15 11:51:28 +0000
commitaf8a20dedc47ab001fbe5072d40967c4cf8545ea (patch)
treeda1307eac04e27898c2b5ba86a526388d1154d64
parent60cde0ff6147211ae09178bb62a82374241514e0 (diff)
downloadclogger-af8a20dedc47ab001fbe5072d40967c4cf8545ea.tar.gz
Under 1.9, we always release the GVL for filesystem operations
now to avoid worst case scenarios.  This may hurt performance
for some folks with bad locking implementations and extremely
fast filesystems.  A couple of minor cleanups, too.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index fa41b67..63c979d 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.8.0.GIT
+DEF_VER=v0.9.0.GIT
 
 LF='
 '