Trunk OpenCV version is set to 2.4.9

This commit is contained in:
Andrey Kamaev 2012-05-31 11:59:43 +00:00
parent dde8455db2
commit 834a0b518c

View File

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