emqx_release.hrl 1.4 KB

12345678910111213141516171819202122232425262728293031
  1. %%--------------------------------------------------------------------
  2. %% Copyright (c) 2021-2022 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 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. -define(EMQX_RELEASE, "5.0.0-beta.3").