about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-10-28 08:42:09 +0000
committerEric Wong <normalperson@yhbt.net>2010-10-28 08:42:09 +0000
commit9f185041fb7af4cda21ba2d547fd4d16d9b2e453 (patch)
treed6490e2cc4e94b48e039e1ed59f283751a563ada
parent015635f877084cc05a9e6e4c1430c70279d0a04e (diff)
downloadrainbows-1.0.0.tar.gz
This release is merely a milestone in our evolving internal API.
Use of kgio may result in performance improvements under Ruby
1.9.2 with non-blocking I/O-intensive workloads.

The only bugfix is that SIGHUP reloads restores defaults on
unset settings.  A similar fix is included in Unicorn 2.0.0
as well.
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--lib/rainbows/const.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 75fc0ab..88b943a 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.0.0pre1.GIT
+DEF_VER=v1.0.0.GIT
 
 LF='
 '
diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb
index e8265f6..9ab5a6f 100644
--- a/lib/rainbows/const.rb
+++ b/lib/rainbows/const.rb
@@ -2,7 +2,7 @@
 # :enddoc:
 module Rainbows::Const
 
-  RAINBOWS_VERSION = '1.0.0pre1'
+  RAINBOWS_VERSION = '1.0.0'
 
   include Unicorn::Const