From: Alexander Alekhin Date: Sun, 5 Jun 2022 15:32:44 +0000 (+0000) Subject: release: OpenCV 4.6.0 X-Git-Tag: accepted/tizen/unified/20230127.161057~1^2~266^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0dc474160e389b9c9045da5db49d03ae17c6a6b;p=platform%2Fupstream%2Fopencv.git release: OpenCV 4.6.0 --- diff --git a/modules/core/include/opencv2/core/version.hpp b/modules/core/include/opencv2/core/version.hpp index 1832aa7..7b129b6 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 4 #define CV_VERSION_MINOR 6 #define CV_VERSION_REVISION 0 -#define CV_VERSION_STATUS "-pre" +#define CV_VERSION_STATUS "" #define CVAUX_STR_EXP(__A) #__A #define CVAUX_STR(__A) CVAUX_STR_EXP(__A)