aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-02-20 20:15:38 +0100
committerLoïc Hoguin <[email protected]>2013-02-20 20:15:38 +0100
commit3181382d72d0f7be681e150cfa2baabec5c2861b (patch)
treeb64094f1cf4f1c5e612dec0dca3b1feb0bf706d5 /Makefile
parentb2ffff9bec7f9d137ab5abdc3b77203914b5ae63 (diff)
parent389f52492cb31ecdd43d6c0782bfdc953fb95f98 (diff)
downloadcowboy-3181382d72d0f7be681e150cfa2baabec5c2861b.tar.gz
cowboy-3181382d72d0f7be681e150cfa2baabec5c2861b.tar.bz2
cowboy-3181382d72d0f7be681e150cfa2baabec5c2861b.zip
Merge branch 'fix_ranch_vsn' of git://github.com/nevar/cowboy
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7ce65e2..d04758c 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