Merge pull request #8680 from emqx/dev/v4.4.7
sync dev/v4.4.7 to main-v4.4
This commit is contained in:
commit
418db4a9d6
|
@ -29,11 +29,10 @@
|
|||
|
||||
-ifndef(EMQX_ENTERPRISE).
|
||||
|
||||
-define(EMQX_RELEASE, {opensource, "4.4.7"}).
|
||||
-define(EMQX_RELEASE, {opensource, "4.4.7-beta.1"}).
|
||||
|
||||
-else.
|
||||
|
||||
|
||||
-endif.
|
||||
|
||||
-endif.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env -S escript -c
|
||||
#!/usr/bin/env escript
|
||||
|
||||
-mode(compile).
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{application, emqx,
|
||||
[{id, "emqx"},
|
||||
{description, "EMQX"},
|
||||
{description, "EMQ X"},
|
||||
%% Note: this version is not the same as the release version! This
|
||||
%% is simply the emqx `application' version, which is separate from
|
||||
%% the emqx `release' version, which in turn is comprised of several
|
||||
|
|
Loading…
Reference in New Issue