diff --git a/src/hev-config-const.h b/src/hev-config-const.h index 84db54c..ba930d4 100644 --- a/src/hev-config-const.h +++ b/src/hev-config-const.h @@ -2,7 +2,7 @@ ============================================================================ Name : hev-config-const.h Author : Heiher - Copyright : Copyright (c) 2017 - 2021 hev + Copyright : Copyright (c) 2017 - 2023 hev Description : Config Const ============================================================================ */ @@ -11,8 +11,8 @@ #define __HEV_CONFIG_CONST_H__ #define MAJOR_VERSION (2) -#define MINOR_VERSION (3) -#define MICRO_VERSION (4) +#define MINOR_VERSION (4) +#define MICRO_VERSION (0) static const int UDP_BUF_SIZE = 1500; static const int UDP_POOL_SIZE = 512;