From 1370d991d6bbe7b1916550996bca95b6b7a8f43d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 20 Sep 2010 13:51:00 -0700 Subject: [PATCH] raindrops 0.4.0 - flowing into new systems! Non-GCC 4.x users may use the libatomic_ops[1] package to compile Raindrops. Memory efficiency is improved for modern glibc users with run-time cache line size detection, we no longer assume 128 byte cache lines. [1] - http://www.hpl.hp.com/research/linux/atomic_ops/ --- GIT-VERSION-GEN | 2 +- lib/raindrops.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index e1fc604..4a466ed 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v0.3.0.GIT +DEF_VER=v0.4.0.GIT LF=' ' diff --git a/lib/raindrops.rb b/lib/raindrops.rb index 1a029bf..ae16a93 100644 --- a/lib/raindrops.rb +++ b/lib/raindrops.rb @@ -1,8 +1,8 @@ # -*- encoding: binary -*- class Raindrops - # Raindrops is currently at version 0.3.0 - VERSION = '0.3.0' + # Raindrops is currently at version 0.4.0 + VERSION = '0.4.0' # Used to represent the number of +active+ and +queued+ sockets for # a single listen socket across all threads and processes on a -- 2.11.4.GIT