emqx_release.hrl 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. %%--------------------------------------------------------------------
  2. %% Copyright (c) 2021-2024 EMQ Technologies Co., Ltd. All Rights Reserved.
  3. %%
  4. %% Licensed under the Apache License, Version 2.0 (the "License");
  5. %% you may not use this file except in compliance with the License.
  6. %% You may obtain a copy of the License at
  7. %%
  8. %% http://www.apache.org/licenses/LICENSE-2.0
  9. %%
  10. %% Unless required by applicable law or agreed to in writing, software
  11. %% distributed under the License is distributed on an "AS IS" BASIS,
  12. %% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. %% See the License for the specific language governing permissions and
  14. %% limitations under the License.
  15. %%--------------------------------------------------------------------
  16. %% NOTE: this is the release version which is not always the same
  17. %% as the emqx app version defined in emqx.app.src
  18. %% App (plugin) versions are bumped independently.
  19. %% e.g. EMQX_RELEASE_CE being 4.3.1 does no always imply emqx app
  20. %% should be 4.3.1, as it might be the case that only one of the
  21. %% plugins had a bug to fix. So for a hot beam upgrade, only the app
  22. %% with beam files changed needs an upgrade.
  23. %% NOTE: This version number should be manually bumped for each release
  24. %% NOTE: This version number should have 3 numeric parts
  25. %% (Major.Minor.Patch), and extra info can be added after a final
  26. %% hyphen.
  27. %% NOTE: ALso make sure to follow the instructions in end of
  28. %% `apps/emqx/src/bpapi/README.md'
  29. %% Opensource edition
  30. -define(EMQX_RELEASE_CE, "5.7.0-alpha.1").
  31. %% Enterprise edition
  32. -define(EMQX_RELEASE_EE, "5.7.0-alpha.1").