Merge pull request #7083 from zmstone/prepare-for-v4.4.1-release
Prepare for v4.4.1 release
This commit is contained in:
commit
e18fef1ba8
|
@ -1,5 +1,9 @@
|
||||||
# EMQ X 4.4 Changes
|
# EMQ X 4.4 Changes
|
||||||
|
|
||||||
|
## v4.4.1
|
||||||
|
|
||||||
|
This patch release is only to fix windows build which failed on v4.4.0.
|
||||||
|
|
||||||
## v4.4.0
|
## v4.4.0
|
||||||
|
|
||||||
**NOTE**: v4.4.0 is in sync with: v4.3.12
|
**NOTE**: v4.4.0 is in sync with: v4.3.12
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
-ifndef(EMQX_ENTERPRISE).
|
-ifndef(EMQX_ENTERPRISE).
|
||||||
|
|
||||||
-define(EMQX_RELEASE, {opensource, "4.4.1-rc.1"}).
|
-define(EMQX_RELEASE, {opensource, "4.4.1"}).
|
||||||
|
|
||||||
-else.
|
-else.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue