From: Alexander Alekhin Date: Thu, 1 Apr 2021 21:37:19 +0000 (+0000) Subject: release: OpenCV 3.4.14 X-Git-Tag: submit/tizen/20220120.021815~1^2~1^2~77^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0e3e638c35d875c86fac3410d93f02f885e27ba;p=platform%2Fupstream%2Fopencv.git release: OpenCV 3.4.14 --- diff --git a/modules/core/include/opencv2/core/version.hpp b/modules/core/include/opencv2/core/version.hpp index 0697c68ec9..2d602d6a6b 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 14 -#define CV_VERSION_STATUS "-pre" +#define CV_VERSION_STATUS "" #define CVAUX_STR_EXP(__A) #__A #define CVAUX_STR(__A) CVAUX_STR_EXP(__A)