about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-02-05 18:24:11 +0000
committerEric Wong <e@80x24.org>2014-02-05 18:24:11 +0000
commit13e744da08bae8be4af517edb509a17cb567c154 (patch)
treea8fca123e8397ba9def9fdcc9a03a8d20b38a1b7
parent9b565f1808a16bc63e9e15e2cbe77d947c502706 (diff)
downloadunicorn-13e744da08bae8be4af517edb509a17cb567c154.tar.gz
We close SELF_PIPE in the worker immediately, but signal handlers
do not get setup immediately.  So prevent workers from erroring out
due to invalid SELF_PIPE.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index ad3a12b..7fa3d33 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-DEF_VER = "v4.8.1"
+DEF_VER = "v4.8.2"
 CONSTANT = "Unicorn::Const::UNICORN_VERSION"
 RVF = "lib/unicorn/version.rb"
 GVF = "GIT-VERSION-FILE"