From 4c71dbf0af70e8728b8a791695b083540af72887 Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Wed, 9 Oct 2019 22:53:14 +0000 Subject: [PATCH] release: OpenCV 4.1.2 OpenCV 4.1.2 --- 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 483fb0bd54..104df995a2 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 4 #define CV_VERSION_MINOR 1 #define CV_VERSION_REVISION 2 -#define CV_VERSION_STATUS "-pre" +#define CV_VERSION_STATUS "" #define CVAUX_STR_EXP(__A) #__A #define CVAUX_STR(__A) CVAUX_STR_EXP(__A)