Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unicorn 2.0.0pre2 - releases are cheap
Internal changes/cleanups for Rainbows!
  • Loading branch information
Eric Wong committed Oct 7, 2010
1 parent 4c48b52 commit eb5ba48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v2.0.0pre1.GIT
DEF_VER=v2.0.0pre2.GIT

LF='
'
Expand Down
4 changes: 2 additions & 2 deletions lib/unicorn/const.rb
Expand Up @@ -7,8 +7,8 @@
# improve things much compared to constants.
module Unicorn::Const

# The current version of Unicorn, currently 2.0.0pre1
UNICORN_VERSION = "2.0.0pre1"
# The current version of Unicorn, currently 2.0.0pre2
UNICORN_VERSION = "2.0.0pre2"

# default TCP listen host address (0.0.0.0, all interfaces)
DEFAULT_HOST = "0.0.0.0"
Expand Down

0 comments on commit eb5ba48

Please sign in to comment.