mirror of
https://github.com/opencv/opencv.git
synced 2024-12-05 01:39:13 +08:00
updated OpenCV version because of the recent reorganization
This commit is contained in:
parent
edc089607f
commit
b34aaace79
@ -60,7 +60,7 @@ endif()
|
|||||||
# ----------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------
|
||||||
# Current version number:
|
# Current version number:
|
||||||
# ----------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------
|
||||||
set(OPENCV_VERSION "2.1.0")
|
set(OPENCV_VERSION "2.1.1")
|
||||||
|
|
||||||
string(REGEX MATCHALL "[0-9]" OPENCV_VERSION_PARTS "${OPENCV_VERSION}")
|
string(REGEX MATCHALL "[0-9]" OPENCV_VERSION_PARTS "${OPENCV_VERSION}")
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
#define CV_MAJOR_VERSION 2
|
#define CV_MAJOR_VERSION 2
|
||||||
#define CV_MINOR_VERSION 1
|
#define CV_MINOR_VERSION 1
|
||||||
#define CV_SUBMINOR_VERSION 0
|
#define CV_SUBMINOR_VERSION 1
|
||||||
|
|
||||||
#define CVAUX_STR_EXP(__A) #__A
|
#define CVAUX_STR_EXP(__A) #__A
|
||||||
#define CVAUX_STR(__A) CVAUX_STR_EXP(__A)
|
#define CVAUX_STR(__A) CVAUX_STR_EXP(__A)
|
||||||
|
Loading…
Reference in New Issue
Block a user