about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-02-27 10:25:21 +0000
committerEric Wong <normalperson@yhbt.net>2013-02-27 10:25:21 +0000
commit4be3e386118969345ee5c94049efa7faae338e4d (patch)
tree2bde6f94c2fcf5717ae5f69c6e1c5616d29d2a7b /GIT-VERSION-GEN
parent85e228de580f2ffff0025695a523349cef79d9c7 (diff)
downloadrainbows-4be3e386118969345ee5c94049efa7faae338e4d.tar.gz
This release adds hijacking support for Rack 1.5.x users.
See Rack documentation for more information about hijacking.
Lin Jen-Shin also provided the -N/--no-default-middleware option.
Minor packaging cleanups and new HACKING document.

There are also some corner-case bugfixes for *Epoll* users
(sleepy_penguin, these bugs do not affect EM or Cool.io users)
and test suite portability improvements.
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 c111ce7..0000bf3 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-DEF_VER = "v4.4.3"
+DEF_VER = "v4.5.0"
 CONSTANT = "Rainbows::Const::RAINBOWS_VERSION"
 RVF = "lib/rainbows/version.rb"
 GVF = "GIT-VERSION-FILE"