From 8134763f3cc8403ef0e718aa511b192d305a0182 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 30 Jul 2011 22:25:31 +0000 Subject: Rainbows! 4.1.0 - minor internal cleanups There are only some minor cleanups in this release and a bump to kgio 2.5 to remove the dependency on io/wait. kgio 2.5 or later is now required (kgio 2.6+ will be required in the next release). --- GIT-VERSION-GEN | 2 +- lib/rainbows/const.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index e99b00f..962cda3 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v4.0.0.GIT +DEF_VER=v4.1.0.GIT LF=' ' diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb index 23b1d52..9cd2864 100644 --- a/lib/rainbows/const.rb +++ b/lib/rainbows/const.rb @@ -2,7 +2,7 @@ # :enddoc: module Rainbows::Const - RAINBOWS_VERSION = '4.0.0' + RAINBOWS_VERSION = '4.1.0' include Unicorn::Const -- cgit v1.2.3-24-ge0c7