From: Alexander Smorkalov Date: Wed, 6 May 2015 13:29:51 +0000 (+0300) Subject: OpenCV patch verison++. X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~1314^2~180^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e49e75da06e947f5b63526535118061b8239d40a;p=platform%2Fupstream%2Fopencv.git OpenCV patch verison++. --- diff --git a/modules/core/include/opencv2/core/version.hpp b/modules/core/include/opencv2/core/version.hpp index ddee747..6df77cc 100644 --- a/modules/core/include/opencv2/core/version.hpp +++ b/modules/core/include/opencv2/core/version.hpp @@ -50,7 +50,7 @@ #define CV_VERSION_EPOCH 2 #define CV_VERSION_MAJOR 4 #define CV_VERSION_MINOR 10 -#define CV_VERSION_REVISION 1 +#define CV_VERSION_REVISION 3 #define CVAUX_STR_EXP(__A) #__A #define CVAUX_STR(__A) CVAUX_STR_EXP(__A)