about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-07 18:38:39 -0800
committerEric Wong <normalperson@yhbt.net>2010-12-07 18:38:39 -0800
commitbe4d28e81a028757074a01abfcabf75262624e79 (patch)
tree78d7f62162d5896d1c57f93945694ff97521bfdf
parent203e6a434475b9c45c806698ae12d403fe2723b7 (diff)
downloadruby-tdb-0.2.0.tar.gz
There is now basic thread-safety for Ruby 1.9 users
that can be enabled by passing :threadsafe => true
to TDB.new

MRI 1.8 users do not need thread-safety as native threads
are not used.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 92e03e3..e36125a 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.0.0.GIT
+DEF_VER=v0.2.0.GIT
 
 LF='
 '