about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-11-11 07:17:19 +0800
committerEric Wong <normalperson@yhbt.net>2010-11-11 07:18:20 +0800
commit1493af7cc23afecc8592ce44f5226476afccd212 (patch)
tree99a56c4f6ec95d65faef009643f9c80f19b6c8a2
parent8edcc3f9e1be9113685e61b9a83994a02d37c768 (diff)
downloadunicorn-1493af7cc23afecc8592ce44f5226476afccd212.tar.gz
Here are major, incompatible internal API changes.
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--lib/unicorn/const.rb4
2 files changed, 3 insertions, 3 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 0550f7e..3b85f11 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.0.0.GIT
+DEF_VER=v3.0.0pre.GIT
 
 LF='
 '
diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb
index 3b324c7..cdb5f11 100644
--- a/lib/unicorn/const.rb
+++ b/lib/unicorn/const.rb
@@ -7,8 +7,8 @@
 # improve things much compared to constants.
 module Unicorn::Const
 
-  # The current version of Unicorn, currently 2.0.0
-  UNICORN_VERSION = "2.0.0"
+  # The current version of Unicorn, currently 3.0.0pre
+  UNICORN_VERSION = "3.0.0pre"
 
   # default TCP listen host address (0.0.0.0, all interfaces)
   DEFAULT_HOST = "0.0.0.0"