about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-09-26 23:38:10 +0000
committerEric Wong <normalperson@yhbt.net>2013-09-26 23:39:27 +0000
commit1aa8677b0cd65da292bb9431518534faff33206f (patch)
treeb6a460fa0cb4041ce905e94026bf6a66c588f7c2
parentc282d490b2084f0a2360d8bea2795a33688d6a59 (diff)
downloadclogger-1aa8677b0cd65da292bb9431518534faff33206f.tar.gz
This release only affects users of the C extension.  Users of
the pure Ruby code are not affected.

  * avoid RARRAY_PTR usage for RGenGC in Ruby 2.1.0

    I have not benchmarked this, but this is unlikely to be a bottleneck
    at all in older Rubies.  It results in a smaller binary, too, which
    will help with icache bloat.  This should also improve performance
    under Rubinius, too.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 4085f0e..2834206 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.2.0
+DEF_VER=v1.3.0
 
 LF='
 '