release: OpenCV 4.3.0

This commit is contained in:
Alexander Alekhin 2020-04-03 11:45:28 +00:00
parent 3a45a65625
commit 01b2c5a77c

View File

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