From: Alexander Alekhin Date: Tue, 27 Dec 2022 03:50:12 +0000 (+0000) Subject: release: OpenCV 3.4.19 X-Git-Tag: accepted/tizen/unified/20230127.161057~1^2~6^2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=83391ac59d270f2148fc99a62ae279b04d37f5d0;p=platform%2Fupstream%2Fopencv.git release: OpenCV 3.4.19 --- diff --git a/modules/core/include/opencv2/core/version.hpp b/modules/core/include/opencv2/core/version.hpp index aa1e8f6a83..5d75d42c61 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 19 -#define CV_VERSION_STATUS "-pre" +#define CV_VERSION_STATUS "" #define CVAUX_STR_EXP(__A) #__A #define CVAUX_STR(__A) CVAUX_STR_EXP(__A)