| 123456789101112 |
- %%--------------------------------------------------------------------
- %% Copyright (c) 2023 EMQ Technologies Co., Ltd. All Rights Reserved.
- %%--------------------------------------------------------------------
- -ifndef(EMQX_BRIDGE_IOTDB_HRL).
- -define(EMQX_BRIDGE_IOTDB_HRL, true).
- -define(VSN_1_1_X, 'v1.1.x').
- -define(VSN_1_0_X, 'v1.0.x').
- -define(VSN_0_13_X, 'v0.13.x').
- -endif.
|