From 51e1e453cbc9a3ff022fdee5e5f5a4171ee6806a Mon Sep 17 00:00:00 2001 From: hev Date: Fri, 13 Oct 2023 21:55:46 +0800 Subject: [PATCH] HevConfig: Bump up to 2.6.2. --- 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 adc8a51d7..c1a074706 100644 --- a/src/hev-config-const.h +++ b/src/hev-config-const.h @@ -12,6 +12,6 @@ #define MAJOR_VERSION (2) #define MINOR_VERSION (6) -#define MICRO_VERSION (1) +#define MICRO_VERSION (2) #endif /* __HEV_CONFIG_CONST_H__ */