about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-12-09 09:50:06 +0000
committerEric Wong <normalperson@yhbt.net>2013-12-09 09:50:54 +0000
commit728b2c70cda7787a80303c6fa2c2530dcb490c90 (patch)
treecbadbb2ae6ed3a05da7c56984935b17af749640e
parent6f6e4115b4bb03e5e7c55def91527799190566f2 (diff)
downloadunicorn-728b2c70cda7787a80303c6fa2c2530dcb490c90.tar.gz
Eric Wong (6):
      tests: fix SO_REUSEPORT tests for old Linux and non-Linux
      stream_input: avoid IO#close on client disconnect
      t0300: kill off stray processes in test
      always write PID file early for compatibility
      doc: clarify SIGNALS and reference init example
      rework master-to-worker signaling to use a pipe
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 2326325..3247697 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-DEF_VER = "v4.7.0"
+DEF_VER = "v4.8.0.pre1"
 CONSTANT = "Unicorn::Const::UNICORN_VERSION"
 RVF = "lib/unicorn/version.rb"
 GVF = "GIT-VERSION-FILE"