about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-01-08 01:58:44 +0000
committerEric Wong <normalperson@yhbt.net>2012-01-08 01:58:44 +0000
commit0dc3909d2ac0f711f038c7a387a9a1da2d5fcb62 (patch)
treeec69632844bc83925918ba8cb51d1645d0928018
parentfd1ea5a73155f577f7b77b18c2d6d23af287c123 (diff)
downloadkgio-0dc3909d2ac0f711f038c7a387a9a1da2d5fcb62.tar.gz
This release fixes some compatibility issues with people
stuck on older versions of Ruby/RubyGems.

* define RARRAY_PTR/RARRAY_LEN macros for Ruby 1.8.6
* test/test_autopush: skip strace tests if not available
* gemspec: disable development dependencies for old systems
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index eac70a5..e8c314f 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.7.0.GIT
+DEF_VER=v2.7.1.GIT
 
 LF='
 '