OpenCV version '-openvino'

This commit is contained in:
Alexander Alekhin 2019-02-26 14:19:10 +03:00 committed by Maksim Shabunin
parent 26087e28ad
commit 9c748beef5

View File

@ -8,7 +8,7 @@
#define CV_VERSION_MAJOR 4
#define CV_VERSION_MINOR 1
#define CV_VERSION_REVISION 0
#define CV_VERSION_STATUS "-pre"
#define CV_VERSION_STATUS "-openvino"
#define CVAUX_STR_EXP(__A) #__A
#define CVAUX_STR(__A) CVAUX_STR_EXP(__A)