From 834a0b518cff0f436347d7f869e523915f6f9d34 Mon Sep 17 00:00:00 2001 From: Andrey Kamaev Date: Thu, 31 May 2012 11:59:43 +0000 Subject: [PATCH] Trunk OpenCV version is set to 2.4.9 --- modules/core/include/opencv2/core/version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/include/opencv2/core/version.hpp b/modules/core/include/opencv2/core/version.hpp index a0c99adc4..8d47f459a 100644 --- a/modules/core/include/opencv2/core/version.hpp +++ b/modules/core/include/opencv2/core/version.hpp @@ -49,7 +49,7 @@ #define CV_MAJOR_VERSION 2 #define CV_MINOR_VERSION 4 -#define CV_SUBMINOR_VERSION 0 +#define CV_SUBMINOR_VERSION 9 #define CVAUX_STR_EXP(__A) #__A #define CVAUX_STR(__A) CVAUX_STR_EXP(__A)