From: Andrey Kamaev Date: Thu, 31 May 2012 11:26:23 +0000 (+0000) Subject: Version of 2.4 branch is adjusted to 2.4.1 X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~1314^2~1901 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ee917c646b713c7881917ad10ef2ecaee72bc12;p=platform%2Fupstream%2Fopencv.git Version of 2.4 branch is adjusted to 2.4.1 --- diff --git a/modules/core/include/opencv2/core/version.hpp b/modules/core/include/opencv2/core/version.hpp index a0c99ad..84cae6e 100644 --- a/modules/core/include/opencv2/core/version.hpp +++ b/modules/core/include/opencv2/core/version.hpp @@ -49,7 +49,7 @@ #define CV_MAJOR_VERSION 2 #define CV_MINOR_VERSION 4 -#define CV_SUBMINOR_VERSION 0 +#define CV_SUBMINOR_VERSION 1 #define CVAUX_STR_EXP(__A) #__A #define CVAUX_STR(__A) CVAUX_STR_EXP(__A)