about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-09-20 13:51:00 -0700
committerEric Wong <normalperson@yhbt.net>2010-09-20 13:51:00 -0700
commit1370d991d6bbe7b1916550996bca95b6b7a8f43d (patch)
tree19b30e2e765be6d226009661d513bb4380003a8e
parent7cbba13a1be4928705148de359c3cf14a6552b71 (diff)
downloadraindrops-1370d991d6bbe7b1916550996bca95b6b7a8f43d.tar.gz
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/
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--lib/raindrops.rb4
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