about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2014-02-10 05:51:35 +0000
committerEric Wong <normalperson@yhbt.net>2014-02-10 05:51:35 +0000
commitec534255c0d0e8651492137cc9f4c7254865984f (patch)
tree4f894b6f17d44e42179f1647c48e2c3f4b597ead /GIT-VERSION-GEN
parent8319a30ed5c81ad118a7978e1326877a0e4a9e86 (diff)
downloadruby-tdb-e4f6a477a908726d0280182b4f9e1b5ff4c407d8.tar.gz
Added siphash24 and some murmur3 variants as option.  Many internal
updates and compatibility fixes for future Ruby versions.  License is
now LGPLv2.1+ (from LGPLv3+) for compatibility with GPLv2-only software.

See "git log" for full details.
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 9ae4282..18c9a46 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.5.0.GIT
+DEF_VER=v0.6.0
 
 LF='
 '