This commit is contained in:
Feng Lee 2015-05-29 16:05:17 +08:00
parent f25ceb1b2b
commit d1ae443650
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{application, emqtt,
[
{description, "Erlang MQTT Common Library"},
{vsn, "0.9.0"},
{vsn, "0.8.1"},
{modules, []},
{registered, []},
{applications, [

View File

@ -1,7 +1,7 @@
{application, emqttd,
[
{description, "Erlang MQTT Broker"},
{vsn, "0.9.0"},
{vsn, "0.8.1"},
{modules, []},
{registered, []},
{applications, [kernel,

View File

@ -4,7 +4,7 @@
{lib_dirs, ["../apps", "../deps", "../plugins"]},
{erts, [{mod_cond, derived}, {app_file, strip}]},
{app_file, strip},
{rel, "emqttd", "0.9.0",
{rel, "emqttd", "0.8.1",
[
kernel,
stdlib,