updated OpenCV version because of the recent reorganization

This commit is contained in:
Vadim Pisarevsky
2010-05-18 16:42:35 +00:00
parent edc089607f
commit b34aaace79
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@
#define CV_MAJOR_VERSION 2
#define CV_MINOR_VERSION 1
#define CV_SUBMINOR_VERSION 0
#define CV_SUBMINOR_VERSION 1
#define CVAUX_STR_EXP(__A) #__A
#define CVAUX_STR(__A) CVAUX_STR_EXP(__A)