From 984c4d200f57c0a23ca269e7646c5ad8e6d44722 Mon Sep 17 00:00:00 2001 From: Roman Donchenko Date: Tue, 31 Dec 2013 15:37:47 +0400 Subject: [PATCH] Set the version status to "-tp", for "technical preview". --- 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 f21293ad0ba0..d8cb47386d1c 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 "-tp" #define CVAUX_STR_EXP(__A) #__A #define CVAUX_STR(__A) CVAUX_STR_EXP(__A)