about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
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 /GIT-VERSION-GEN
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/
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 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='
 '