about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-01-19 17:52:33 -0800
committerEric Wong <normalperson@yhbt.net>2010-01-19 18:31:33 -0800
commit00ff46894fa71278b11ef689f463d5c88752bda2 (patch)
tree6799578ce61a85ace0fa10aead80d6ac88f4eaf3 /lib
parent8bbcb4c7e4b11f0e191e5ffc4b56c083029e34c0 (diff)
downloadunicorn-00ff46894fa71278b11ef689f463d5c88752bda2.tar.gz
There may be some large-ish internal changes for 0.97.0
Diffstat (limited to 'lib')
-rw-r--r--lib/unicorn/const.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb
index 1b3a9cd..983c5d6 100644
--- a/lib/unicorn/const.rb
+++ b/lib/unicorn/const.rb
@@ -7,7 +7,7 @@ module Unicorn
   # gave about a 3% to 10% performance improvement over using the strings directly.
   # Symbols did not really improve things much compared to constants.
   module Const
-    UNICORN_VERSION="0.96.0"
+    UNICORN_VERSION="0.97.0pre"
 
     DEFAULT_HOST = "0.0.0.0" # default TCP listen host address
     DEFAULT_PORT = 8080      # default TCP listen port