about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-02-21 08:36:35 +0000
committerEric Wong <normalperson@yhbt.net>2013-02-21 08:36:35 +0000
commitf8829e69e28bb93dbbf9a220cdff163a6ba182d5 (patch)
tree9fb0ccc0edb34d5c1481e6627e445d5e31889386
parent15c23106ffc9b7a03fdc2353f41c239f89ac9822 (diff)
downloadunicorn-f8829e69e28bb93dbbf9a220cdff163a6ba182d5.tar.gz
Unicorn::Const::UNICORN_VERSION is now auto-generated from
GIT-VERSION-GEN and always correct.  Minor cleanups for
hijacking.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index e5d414a..5133c12 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-DEF_VER = "v4.6.0"
+DEF_VER = "v4.6.1"
 CONSTANT = "Unicorn::Const::UNICORN_VERSION"
 RVF = "lib/unicorn/version.rb"
 GVF = "GIT-VERSION-FILE"