From d191ef03032a449cde5f331c07a19981728301e8 Mon Sep 17 00:00:00 2001 From: turtled Date: Fri, 20 Jul 2018 16:21:40 +0800 Subject: [PATCH] Version 2.3.11 --- Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index c257186f4..e69eb1f4b 100644 --- a/Makefile +++ b/Makefile @@ -1,21 +1,21 @@ PROJECT = emqttd PROJECT_DESCRIPTION = Erlang MQTT Broker -PROJECT_VERSION = 2.3.10 +PROJECT_VERSION = 2.3.11 DEPS = goldrush gproc lager esockd ekka mochiweb pbkdf2 lager_syslog bcrypt clique jsx dep_goldrush = git https://github.com/basho/goldrush 0.1.9 -dep_gproc = git https://github.com/uwiger/gproc +dep_gproc = git https://github.com/uwiger/gproc 0.8.0 dep_getopt = git https://github.com/jcomellas/getopt v0.8.2 -dep_lager = git https://github.com/basho/lager master +dep_lager = git https://github.com/basho/lager 3.2.4 dep_esockd = git https://github.com/emqtt/esockd v5.2.2 dep_ekka = git https://github.com/emqtt/ekka v0.2.3 dep_mochiweb = git https://github.com/emqtt/mochiweb v4.2.2 dep_pbkdf2 = git https://github.com/emqtt/pbkdf2 2.0.1 -dep_lager_syslog = git https://github.com/basho/lager_syslog -dep_bcrypt = git https://github.com/smarkets/erlang-bcrypt master -dep_clique = git https://github.com/emqtt/clique -dep_jsx = git https://github.com/talentdeficit/jsx +dep_lager_syslog = git https://github.com/basho/lager_syslog 3.0.1 +dep_bcrypt = git https://github.com/smarkets/erlang-bcrypt 0.5.0.3 +dep_clique = git https://github.com/emqtt/clique v0.3.10 +dep_jsx = git https://github.com/talentdeficit/jsx v2.8.3 ERLC_OPTS += +debug_info ERLC_OPTS += +'{parse_transform, lager_transform}' @@ -23,7 +23,7 @@ ERLC_OPTS += +'{parse_transform, lager_transform}' NO_AUTOPATCH = cuttlefish BUILD_DEPS = cuttlefish -dep_cuttlefish = git https://github.com/emqtt/cuttlefish +dep_cuttlefish = git https://github.com/emqtt/cuttlefish v2.0.11 TEST_DEPS = emqttc emq_dashboard dep_emqttc = git https://github.com/emqtt/emqttc