From fb9a143429f86603ff93e5bcb2d94b94780b7234 Mon Sep 17 00:00:00 2001 From: Roman Donchenko Date: Thu, 14 Aug 2014 19:17:29 +0400 Subject: [PATCH] Set status to alpha --- modules/core/include/opencv2/core/version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.7.4