Explorar o código

chore: bump to e5.1.0 official cut

Zaiming (Stone) Shi %!s(int64=2) %!d(string=hai) anos
pai
achega
728656d4f6
Modificáronse 2 ficheiros con 1 adicións e 14 borrados
  1. 1 1
      apps/emqx/include/emqx_release.hrl
  2. 0 13
      rebar.config.erl

+ 1 - 1
apps/emqx/include/emqx_release.hrl

@@ -35,7 +35,7 @@
 -define(EMQX_RELEASE_CE, "5.1.0-rc.1").
 
 %% Enterprise edition
--define(EMQX_RELEASE_EE, "5.1.0-rc.2").
+-define(EMQX_RELEASE_EE, "5.1.0").
 
 %% The HTTP API version
 -define(EMQX_API_VERSION, "5.0").

+ 0 - 13
rebar.config.erl

@@ -652,16 +652,3 @@ list_dir(Dir) ->
         false ->
             []
     end.
-
-profile() ->
-    case os:getenv("PROFILE") of
-        Profile = "emqx-enterprise" ++ _ ->
-            Profile;
-        Profile = "emqx" ++ _ ->
-            Profile;
-        false ->
-            "emqx-enterprise";
-        Profile ->
-            io:format(standard_error, "ERROR: bad_PROFILE ~p~n", [Profile]),
-            exit(bad_PROFILE)
-    end.