13 lines
390 B
Erlang
13 lines
390 B
Erlang
%%--------------------------------------------------------------------
|
|
%% Copyright (c) 2023-2024 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.
|