about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-12-02 00:51:06 -0800
committerEric Wong <normalperson@yhbt.net>2009-12-02 00:55:41 -0800
commit64b4d079fd8726babb563aaa66f1701bd2d6565d (patch)
tree980bb7adec65bb68241425211e9a3fe734015630 /GIT-VERSION-GEN
parent42a6b9e80600a074fe75e418bab89bd73dfb4cea (diff)
downloadrainbows-64b4d079fd8726babb563aaa66f1701bd2d6565d.tar.gz
This release fixes a memory leak in our existing Revactor
concurrency model.  A new RevThreadPool concurrency model has
been added as well as small cleaups to exit handling in workers.
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 ce2977d..fa41b67 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.7.0.GIT
+DEF_VER=v0.8.0.GIT
 
 LF='
 '