From 90e8d8cafd18787ff90626b8b6264bcf3602d907 Mon Sep 17 00:00:00 2001 From: hev Date: Wed, 22 Mar 2023 21:29:25 +0800 Subject: [PATCH] HevConfig: Bump up to 2.5.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 f424d40cb..50f718dfa 100644 --- a/src/hev-config-const.h +++ b/src/hev-config-const.h @@ -12,6 +12,6 @@ #define MAJOR_VERSION (2) #define MINOR_VERSION (5) -#define MICRO_VERSION (0) +#define MICRO_VERSION (1) #endif /* __HEV_CONFIG_CONST_H__ */