From af4d6f34d8d05b0a9a0278728823272e49a63898 Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Mon, 9 Oct 2017 14:24:18 +0300 Subject: [PATCH] OpenCV version '-cvsdk' --- 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 3847da24bc..e7427c475d 100644 --- a/modules/core/include/opencv2/core/version.hpp +++ b/modules/core/include/opencv2/core/version.hpp @@ -53,7 +53,7 @@ #define CV_VERSION_MAJOR 3 #define CV_VERSION_MINOR 3 #define CV_VERSION_REVISION 1 -#define CV_VERSION_STATUS "" +#define CV_VERSION_STATUS "-cvsdk" #define CVAUX_STR_EXP(__A) #__A #define CVAUX_STR(__A) CVAUX_STR_EXP(__A)