From 5a44b0b6e2855f5deb85f3b3b39facf7c6b67a0f Mon Sep 17 00:00:00 2001 From: hev Date: Sun, 17 Nov 2024 17:36:14 +0800 Subject: [PATCH] HevConfig: Bump up to 2.5.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 bbbed90..80ff71c 100644 --- a/src/hev-config-const.h +++ b/src/hev-config-const.h @@ -12,7 +12,7 @@ #define MAJOR_VERSION (2) #define MINOR_VERSION (5) -#define MICRO_VERSION (7) +#define MICRO_VERSION (8) static const int UDP_BUF_SIZE = 1500; static const int UDP_POOL_SIZE = 512;