From: Eric Wong Date: Mon, 2 Sep 2013 10:30:39 +0000 (+0000) Subject: raindrops 0.12.0 - compatibility fixes X-Git-Tag: v0.12.0^0 X-Git-Url: https://repo.or.cz/w/raindrops.git/commitdiff_plain/05cde4657605caa2db2cb9bd3da611e4bc9d79f6 raindrops 0.12.0 - compatibility fixes 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 --- 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=' '