From 616fd509478bce17749cbc94852a1cc50d1e8f06 Mon Sep 17 00:00:00 2001 From: Alexander Smorkalov Date: Thu, 5 Dec 2024 11:54:05 +0300 Subject: [PATCH] Release 5.0.0-alpha. --- modules/core/include/opencv2/core/version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/include/opencv2/core/version.hpp b/modules/core/include/opencv2/core/version.hpp index 73fdd89c37..b09dbdaa30 100644 --- a/modules/core/include/opencv2/core/version.hpp +++ b/modules/core/include/opencv2/core/version.hpp @@ -8,7 +8,7 @@ #define CV_VERSION_MAJOR 5 #define CV_VERSION_MINOR 0 #define CV_VERSION_REVISION 0 -#define CV_VERSION_STATUS "alpha-pre" +#define CV_VERSION_STATUS "alpha" #define CVAUX_STR_EXP(__A) #__A #define CVAUX_STR(__A) CVAUX_STR_EXP(__A)