0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Merge branch 'fix_ranch_vsn' of git://github.com/nevar/cowboy

This commit is contained in:
Loïc Hoguin 2013-02-20 20:15:38 +01:00
commit 3181382d72

View file

@ -1,7 +1,7 @@
# See LICENSE for licensing information. # See LICENSE for licensing information.
PROJECT = cowboy 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 ERLC_OPTS = -Werror +debug_info +warn_export_all # +bin_opt_info +warn_missing_spec
DEPS_DIR ?= $(CURDIR)/deps DEPS_DIR ?= $(CURDIR)/deps