about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-02-26 02:57:24 +0000
committerEric Wong <normalperson@yhbt.net>2013-02-26 02:57:24 +0000
commit04bcc147d0081433069235a87f779055fa7b6f3c (patch)
tree0c378203c4ab55cf8d344dbf7ef78b5a5879f39c
parentf7ee06592d7709e96f64efb5e7a9485b54415c9d (diff)
downloadunicorn-4.6.2.tar.gz
This release fixes a bug in Unicorn::HttpParser#filter_body
which affected some configurations of Rainbows!  There is
also a minor size reduction in the DSO.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 5133c12..ca4fa5f 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-DEF_VER = "v4.6.1"
+DEF_VER = "v4.6.2"
 CONSTANT = "Unicorn::Const::UNICORN_VERSION"
 RVF = "lib/unicorn/version.rb"
 GVF = "GIT-VERSION-FILE"