Version number is adjusted to 2.4.2
authorAndrey Kamaev <no@email>
Mon, 2 Jul 2012 12:10:13 +0000 (12:10 +0000)
committerAndrey Kamaev <no@email>
Mon, 2 Jul 2012 12:10:13 +0000 (12:10 +0000)
modules/core/include/opencv2/core/version.hpp

index 84cae6e..07cd450 100644 (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)