From 3ab4435b409810c5f4edd12948224a753b353638 Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Thu, 13 Jan 2022 04:48:50 +0000 Subject: [PATCH] OpenCV version '-openvino' --- 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 2fbd4995c6..1366aeccc3 100644 --- a/modules/core/include/opencv2/core/version.hpp +++ b/modules/core/include/opencv2/core/version.hpp @@ -8,7 +8,7 @@ #define CV_VERSION_MAJOR 4 #define CV_VERSION_MINOR 5 #define CV_VERSION_REVISION 5 -#define CV_VERSION_STATUS "" +#define CV_VERSION_STATUS "-openvino" #define CVAUX_STR_EXP(__A) #__A #define CVAUX_STR(__A) CVAUX_STR_EXP(__A)