From dec294e1402ebb0b2d78d1f6efebaba81511e960 Mon Sep 17 00:00:00 2001 From: hev Date: Tue, 19 Mar 2024 22:20:26 +0800 Subject: [PATCH] HevConfig: Bump up to 2.6.8. --- src/hev-config-const.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hev-config-const.h b/src/hev-config-const.h index eeb2edd..c44c1e8 100644 --- a/src/hev-config-const.h +++ b/src/hev-config-const.h @@ -12,7 +12,7 @@ #define MAJOR_VERSION (2) #define MINOR_VERSION (6) -#define MICRO_VERSION (7) +#define MICRO_VERSION (8) static const int UDP_BUF_SIZE = 1500; static const int UDP_POOL_SIZE = 512;