Merge pull request #1945 from apavlenko:2.4_version_update

This commit is contained in:
Roman Donchenko 2013-12-06 17:56:59 +04:00 committed by OpenCV Buildbot
commit 060e58d080

View File

@ -50,7 +50,7 @@
#define CV_VERSION_EPOCH 2
#define CV_VERSION_MAJOR 4
#define CV_VERSION_MINOR 7
#define CV_VERSION_REVISION 0
#define CV_VERSION_REVISION 2
#define CVAUX_STR_EXP(__A) #__A
#define CVAUX_STR(__A) CVAUX_STR_EXP(__A)