changed version to 2.4

This commit is contained in:
Alexander Shishkov 2012-04-01 08:58:24 +00:00
parent 82d619a34d
commit 66fd36f79e

View File

@ -48,8 +48,8 @@
#define __OPENCV_VERSION_HPP__
#define CV_MAJOR_VERSION 2
#define CV_MINOR_VERSION 3
#define CV_SUBMINOR_VERSION 3
#define CV_MINOR_VERSION 4
#define CV_SUBMINOR_VERSION 0
#define CVAUX_STR_EXP(__A) #__A
#define CVAUX_STR(__A) CVAUX_STR_EXP(__A)