From 7f6c95f2d7a41881af7dcaf3b5701837f0c6bc57 Mon Sep 17 00:00:00 2001 From: Alexander Smorkalov Date: Wed, 28 Jun 2023 18:40:55 +0300 Subject: [PATCH] Switch to version 3.4.20-dev --- 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 44004272a0..4e8b576a20 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 20 -#define CV_VERSION_STATUS "" +#define CV_VERSION_STATUS "-dev" #define CVAUX_STR_EXP(__A) #__A #define CVAUX_STR(__A) CVAUX_STR_EXP(__A)