Version of 2.4 branch is adjusted to 2.4.1

This commit is contained in:
Andrey Kamaev 2012-05-31 11:26:23 +00:00
parent ca0962c738
commit 2ee917c646

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 1
#define CVAUX_STR_EXP(__A) #__A
#define CVAUX_STR(__A) CVAUX_STR_EXP(__A)