This commit is contained in:
Feng 2015-09-26 13:14:50 +08:00
parent 4b53f84d17
commit 59b57ce7ca
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
emqttd ChangeLog
==================
0.11.1-beta (2015-09-30)
-------------------------
Code refactor...
0.11.0-beta (2015-09-25)
-------------------------

View File

@ -1,6 +1,6 @@
.PHONY: rel deps test plugins
APP = emqttd
APP = emqttd
BASE_DIR = $(shell pwd)
REBAR = $(BASE_DIR)/rebar
DIST = $(BASE_DIR)/rel/$(APP)