From d1ebda845ea1ba3dbc15d9057bef9e96c2eaabe5 Mon Sep 17 00:00:00 2001 From: hev Date: Thu, 3 Oct 2024 21:11:14 +0800 Subject: [PATCH] HevConfig: Bump up to 2.6.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 984709dcb..d8f976d30 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 (7) +#define MICRO_VERSION (8) #endif /* __HEV_CONFIG_CONST_H__ */