Version number is adjusted to 2.4.2

This commit is contained in:
Andrey Kamaev 2012-07-02 12:10:13 +00:00
parent 088a6597bc
commit 5a7804d958

View File

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