aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSlava Yurin <[email protected]>2013-02-18 14:12:08 +0700
committerSlava Yurin <[email protected]>2013-02-18 14:12:08 +0700
commit389f52492cb31ecdd43d6c0782bfdc953fb95f98 (patch)
tree26f20d6aa56c559915718aad123e31a2ff77b4dd /Makefile
parente3daf439da42283cf65faa3311ff73bb7ffe413b (diff)
downloadcowboy-389f52492cb31ecdd43d6c0782bfdc953fb95f98.tar.gz
cowboy-389f52492cb31ecdd43d6c0782bfdc953fb95f98.tar.bz2
cowboy-389f52492cb31ecdd43d6c0782bfdc953fb95f98.zip
Fix ranch version in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6d910a9..03cbcc3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
# See LICENSE for licensing information.
PROJECT = cowboy
-RANCH_VSN = 0.6.0
+RANCH_VSN = 0.6.1
ERLC_OPTS = -Werror +debug_info +warn_export_all # +bin_opt_info +warn_missing_spec
DEPS_DIR ?= $(CURDIR)/deps