about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-08-20 01:15:30 +0000
committerEric Wong <normalperson@yhbt.net>2011-08-20 01:19:09 +0000
commit58a09dccfa425811fa3b66e097c38bb303c2aa1e (patch)
treeae681eb18e3b8cbd8db1b9c179e45d51c5ef6fe1
parentb6c07eb14f008361caca6fcc642df60b29ef192c (diff)
downloadrainbows-4.3.0.tar.gz
The deprecated Rainbows::HttpResponse class is finally gone
thanks to Pratik Naik.  Logging of errors is more consistent
with the changes in unicorn 4.1.0.  There are also minor
documentation updates.  See the unicorn 4.1.0 release notes
for more details:
  http://bogomips.org/unicorn.git/tag/?id=v4.1.0
-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 d2e3b5c..f0ad286 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v4.2.0.GIT
+DEF_VER=v4.3.0.GIT
 
 LF='
 '
diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb
index 25cc536..a87d76a 100644
--- a/lib/rainbows/const.rb
+++ b/lib/rainbows/const.rb
@@ -2,7 +2,7 @@
 # :enddoc:
 module Rainbows::Const
 
-  RAINBOWS_VERSION = '4.2.0'
+  RAINBOWS_VERSION = '4.3.0'
 
   include Unicorn::Const