From: Alexander Smorkalov Date: Wed, 28 Dec 2022 14:31:52 +0000 (+0300) Subject: release: OpenCV 4.7.0 X-Git-Tag: accepted/tizen/unified/20230127.161057~1^2~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=725e440d278aca07d35a5e8963ef990572b07316;p=platform%2Fupstream%2Fopencv.git release: OpenCV 4.7.0 --- diff --git a/modules/core/include/opencv2/core/version.hpp b/modules/core/include/opencv2/core/version.hpp index 780691e1a3..3227c4e645 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 7 #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)