From 58db7a70dd31e2236f23e9db5056a25a7c6b895f Mon Sep 17 00:00:00 2001 From: hev Date: Thu, 23 Feb 2023 21:30:39 +0800 Subject: [PATCH] HevConfig: Bump up to 2.5.0. --- src/hev-config-const.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hev-config-const.h b/src/hev-config-const.h index 603aa17ea..f424d40cb 100644 --- a/src/hev-config-const.h +++ b/src/hev-config-const.h @@ -2,7 +2,7 @@ ============================================================================ Name : hev-config-const.h Author : Heiher - Copyright : Copyright (c) 2017 - 2022 hev + Copyright : Copyright (c) 2017 - 2023 hev Description : Config Constants ============================================================================ */ @@ -11,7 +11,7 @@ #define __HEV_CONFIG_CONST_H__ #define MAJOR_VERSION (2) -#define MINOR_VERSION (4) -#define MICRO_VERSION (7) +#define MINOR_VERSION (5) +#define MICRO_VERSION (0) #endif /* __HEV_CONFIG_CONST_H__ */