Adjust OpenCV version to 2.4.4

pull/457/merge
Andrey Kamaev 12 years ago
parent 2ed6bc8aaf
commit ffb3b5ddbe
  1. 4
      modules/core/include/opencv2/core/version.hpp

@ -49,8 +49,8 @@
#define CV_VERSION_EPOCH 2
#define CV_VERSION_MAJOR 4
#define CV_VERSION_MINOR 3
#define CV_VERSION_REVISION 2
#define CV_VERSION_MINOR 4
#define CV_VERSION_REVISION 0
#define CVAUX_STR_EXP(__A) #__A
#define CVAUX_STR(__A) CVAUX_STR_EXP(__A)

Loading…
Cancel
Save