Skip to content

Commit

Permalink
unicorn 1.1.1 - fixing cleanups gone bad :x
Browse files Browse the repository at this point in the history
Unicorn::TeeInput constant resolution for Unicorn::ClientError
got broken simplifying code for RDoc.  This affects users
of Rainbows! and Zbatery.
  • Loading branch information
Eric Wong committed Jul 11, 2010
1 parent 454a813 commit a055dcd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v1.0.0.GIT
DEF_VER=v1.1.1.GIT

LF='
'
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ NEWS: GIT-VERSION-FILE .manifest
$(RAKE) -s news_rdoc > $@+
mv $@+ $@

SINCE = 0.991.0
SINCE = 1.0.0
ChangeLog: LOG_VERSION = \
$(shell git rev-parse -q "$(GIT_VERSION)" >/dev/null 2>&1 && \
echo $(GIT_VERSION) || git describe)
Expand Down
4 changes: 2 additions & 2 deletions lib/unicorn/const.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ module Unicorn
# Symbols did not really improve things much compared to constants.
module Const

# The current version of Unicorn, currently 1.1.0
UNICORN_VERSION="1.1.0"
# The current version of Unicorn, currently 1.1.1
UNICORN_VERSION="1.1.1"

DEFAULT_HOST = "0.0.0.0" # default TCP listen host address
DEFAULT_PORT = 8080 # default TCP listen port
Expand Down

0 comments on commit a055dcd

Please sign in to comment.