From 8e8e3484defe75d798a7a93d506ff65c7f4763c4 Mon Sep 17 00:00:00 2001 From: hev Date: Tue, 13 Aug 2024 22:42:20 +0800 Subject: [PATCH] HevConfig: Bump up to 2.5.6. --- 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 b471204..a2b0f2e 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 (5) +#define MICRO_VERSION (6) static const int UDP_BUF_SIZE = 1500; static const int UDP_POOL_SIZE = 512;