From: Alexander Alekhin Date: Fri, 17 Jul 2020 00:34:46 +0000 (+0000) Subject: release: OpenCV 3.4.11 X-Git-Tag: submit/tizen/20210224.033012~2^2~104^2~8^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e8d4259f9ab787b512b9aa1203fc816fb9f19231;p=platform%2Fupstream%2Fopencv.git release: OpenCV 3.4.11 --- diff --git a/modules/core/include/opencv2/core/version.hpp b/modules/core/include/opencv2/core/version.hpp index e577fab5bc..81d0f3c443 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 3 #define CV_VERSION_MINOR 4 #define CV_VERSION_REVISION 11 -#define CV_VERSION_STATUS "-pre" +#define CV_VERSION_STATUS "" #define CVAUX_STR_EXP(__A) #__A #define CVAUX_STR(__A) CVAUX_STR_EXP(__A)