about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-09-02 10:30:39 +0000
committerEric Wong <normalperson@yhbt.net>2013-09-02 10:30:39 +0000
commit05cde4657605caa2db2cb9bd3da611e4bc9d79f6 (patch)
tree33f45c885079cdfdb3ad8569cc8a9324e26be54c
parent8e5a4714fd90f87e2bc56c7b3f2525bb9055a227 (diff)
downloadraindrops-05cde4657605caa2db2cb9bd3da611e4bc9d79f6.tar.gz
This release fixes builds on systems where compilers target i386
(and not later x86 systems).  There are also minor improvements for
Ruby 2.1.0dev and Rubinius.

Eric Wong (5):
      doc: add email address to generated doc/site
      README: update regarding Ruby support status
      extconf: try harder for gcc atomics in i386-configured systems
      linux_inet_diag: improve compatibility with newer GCs
      test_watcher: fix for Ruby trunk r40195 and later
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 1e6aaaa..e762bf6 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.11.0
+DEF_VER=v0.12.0
 
 LF='
 '