From: Roman Donchenko Date: Thu, 14 Aug 2014 15:17:29 +0000 (+0400) Subject: Set status to alpha X-Git-Tag: submit/tizen_ivi/20141117.190038~2^2~153^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb9a143429f86603ff93e5bcb2d94b94780b7234;p=profile%2Fivi%2Fopencv.git Set status to alpha --- diff --git a/modules/core/include/opencv2/core/version.hpp b/modules/core/include/opencv2/core/version.hpp index f21293a..2e9a292 100644 --- a/modules/core/include/opencv2/core/version.hpp +++ b/modules/core/include/opencv2/core/version.hpp @@ -51,7 +51,7 @@ #define CV_VERSION_MAJOR 3 #define CV_VERSION_MINOR 0 #define CV_VERSION_REVISION 0 -#define CV_VERSION_STATUS "-dev" +#define CV_VERSION_STATUS "-alpha" #define CVAUX_STR_EXP(__A) #__A #define CVAUX_STR(__A) CVAUX_STR_EXP(__A)