about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-06-21 08:00:09 +0000
committerEric Wong <normalperson@yhbt.net>2013-06-21 08:00:09 +0000
commit2f5174d4ca9764313d6be4c092e9e6c2e4f9d1e1 (patch)
treeaad0da9bca2f88426de4bb22c6b15e157d3393d6
parent56b0c0c3d26304beeef54d8fe95bead97424f147 (diff)
downloadunicorn-2f5174d4ca9764313d6be4c092e9e6c2e4f9d1e1.tar.gz
Thanks to Micah Chalmer for this fix.  There are also minor
documentation updates and internal cleanups.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index ca4fa5f..7524ad6 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-DEF_VER = "v4.6.2"
+DEF_VER = "v4.6.3"
 CONSTANT = "Unicorn::Const::UNICORN_VERSION"
 RVF = "lib/unicorn/version.rb"
 GVF = "GIT-VERSION-FILE"