mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
raised version number to 2.3 (that's not a release yet; just to test the packages)
This commit is contained in:
@@ -48,8 +48,8 @@
|
||||
#define __OPENCV_VERSION_HPP__
|
||||
|
||||
#define CV_MAJOR_VERSION 2
|
||||
#define CV_MINOR_VERSION 2
|
||||
#define CV_SUBMINOR_VERSION 9
|
||||
#define CV_MINOR_VERSION 3
|
||||
#define CV_SUBMINOR_VERSION 0
|
||||
|
||||
#define CVAUX_STR_EXP(__A) #__A
|
||||
#define CVAUX_STR(__A) CVAUX_STR_EXP(__A)
|
||||
|
||||
Reference in New Issue
Block a user