merged latest fixes from 2.3 branch; since 2.3.1 is out, the version in trunk is bumped to 2.3.2

This commit is contained in:
Vadim Pisarevsky
2011-08-17 20:12:11 +00:00
parent 157db88cbd
commit 3b7b833a4e
2 changed files with 9 additions and 3 deletions

View File

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