From 5b349ff5c35ab0da810b72a040019a69d7dc2ab2 Mon Sep 17 00:00:00 2001 From: hev Date: Tue, 13 Aug 2024 22:35:20 +0800 Subject: [PATCH] HevConfig: Bump up to 2.6.7. --- 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 8f76911af..984709dcb 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 (6) +#define MICRO_VERSION (7) #endif /* __HEV_CONFIG_CONST_H__ */