From 4a7ca5a291038a773ea0b67eaf6fbed9ad72170b Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Thu, 25 Jul 2019 19:01:19 +0000 Subject: [PATCH] OpenCV version++ (3.4.7) OpenCV 3.4.7 --- 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 89d1d170e9..6d95c160ef 100644 --- a/modules/core/include/opencv2/core/version.hpp +++ b/modules/core/include/opencv2/core/version.hpp @@ -8,7 +8,7 @@ #define CV_VERSION_MAJOR 3 #define CV_VERSION_MINOR 4 #define CV_VERSION_REVISION 7 -#define CV_VERSION_STATUS "-pre" +#define CV_VERSION_STATUS "" #define CVAUX_STR_EXP(__A) #__A #define CVAUX_STR(__A) CVAUX_STR_EXP(__A) -- GitLab