OpenCV version++

OpenCV 3.4.0-rc
This commit is contained in:
Alexander Alekhin
2017-12-16 01:30:43 +03:00
parent 3fddce67c6
commit cac4a7e5b5
11 changed files with 18 additions and 13 deletions
@@ -51,9 +51,9 @@
#define OPENCV_VERSION_HPP
#define CV_VERSION_MAJOR 3
#define CV_VERSION_MINOR 3
#define CV_VERSION_REVISION 1
#define CV_VERSION_STATUS "-dev"
#define CV_VERSION_MINOR 4
#define CV_VERSION_REVISION 0
#define CV_VERSION_STATUS "-rc"
#define CVAUX_STR_EXP(__A) #__A
#define CVAUX_STR(__A) CVAUX_STR_EXP(__A)