From 54eab54ab4e6e9a708229a89a05578e52074fc6f Mon Sep 17 00:00:00 2001 From: hev Date: Mon, 27 May 2024 23:16:21 +0800 Subject: [PATCH] HevConfig: Bump up to 2.7.0. --- src/hev-config-const.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hev-config-const.h b/src/hev-config-const.h index b14343d..6aeb7a0 100644 --- a/src/hev-config-const.h +++ b/src/hev-config-const.h @@ -11,8 +11,8 @@ #define __HEV_CONFIG_CONST_H__ #define MAJOR_VERSION (2) -#define MINOR_VERSION (6) -#define MICRO_VERSION (9) +#define MINOR_VERSION (7) +#define MICRO_VERSION (0) static const int UDP_BUF_SIZE = 1500; static const int UDP_POOL_SIZE = 512;