From 0ba0f3d7b98ccc885b8414eca412cfc954637374 Mon Sep 17 00:00:00 2001 From: hev Date: Tue, 25 Oct 2022 22:27:22 +0800 Subject: [PATCH] HevConfig: Bump up to 2.4.5. --- 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 5ba8afc1b..e90b72a27 100644 --- a/src/hev-config-const.h +++ b/src/hev-config-const.h @@ -12,6 +12,6 @@ #define MAJOR_VERSION (2) #define MINOR_VERSION (4) -#define MICRO_VERSION (4) +#define MICRO_VERSION (5) #endif /* __HEV_CONFIG_CONST_H__ */