From 217c7c3306af050990c79c732534f3050984003b Mon Sep 17 00:00:00 2001 From: hev Date: Sat, 7 Oct 2023 19:20:41 +0800 Subject: [PATCH] HevConfig: Bump up to 2.6.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 2502dd2..88ef52c 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 (5) -#define MICRO_VERSION (3) +#define MINOR_VERSION (6) +#define MICRO_VERSION (0) static const int UDP_BUF_SIZE = 1500; static const int UDP_POOL_SIZE = 512;