From 964a4d75b44a3c4c2425b9ed8c4c25c4e6db79ca Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Thu, 22 Mar 2018 12:21:53 +0300 Subject: [PATCH] next: version.hpp --- modules/core/include/opencv2/core/version.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/core/include/opencv2/core/version.hpp b/modules/core/include/opencv2/core/version.hpp index 28cf598964..73d61a5042 100644 --- a/modules/core/include/opencv2/core/version.hpp +++ b/modules/core/include/opencv2/core/version.hpp @@ -5,10 +5,10 @@ #ifndef OPENCV_VERSION_HPP #define OPENCV_VERSION_HPP -#define CV_VERSION_MAJOR 3 -#define CV_VERSION_MINOR 4 -#define CV_VERSION_REVISION 1 -#define CV_VERSION_STATUS "-dev" +#define CV_VERSION_MAJOR 4 +#define CV_VERSION_MINOR 0 +#define CV_VERSION_REVISION 0 +#define CV_VERSION_STATUS "-pre" #define CVAUX_STR_EXP(__A) #__A #define CVAUX_STR(__A) CVAUX_STR_EXP(__A)