From a96800f0ff4f10055336c7d179ce8559e03429ae Mon Sep 17 00:00:00 2001 From: hev Date: Tue, 9 Jul 2024 00:04:31 +0800 Subject: [PATCH] HevConfig: Bump up to 2.7.1. --- 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 7f44a78..bfd4765 100644 --- a/src/hev-config-const.h +++ b/src/hev-config-const.h @@ -12,7 +12,7 @@ #define MAJOR_VERSION (2) #define MINOR_VERSION (7) -#define MICRO_VERSION (0) +#define MICRO_VERSION (1) static const int UDP_BUF_SIZE = 1500; static const int UDP_POOL_SIZE = 512;