From 48d41ab0881f437933ed904fd622bda95eb0a61f Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Mon, 2 Sep 2019 14:25:18 +0300 Subject: [PATCH] dnn: bump API version --- modules/dnn/include/opencv2/dnn/version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dnn/include/opencv2/dnn/version.hpp b/modules/dnn/include/opencv2/dnn/version.hpp index ecf0f243e3..b96cf3d6a6 100644 --- a/modules/dnn/include/opencv2/dnn/version.hpp +++ b/modules/dnn/include/opencv2/dnn/version.hpp @@ -6,7 +6,7 @@ #define OPENCV_DNN_VERSION_HPP /// Use with major OpenCV version only. -#define OPENCV_DNN_API_VERSION 20190621 +#define OPENCV_DNN_API_VERSION 20190902 #if !defined CV_DOXYGEN && !defined CV_STATIC_ANALYSIS && !defined CV_DNN_DONT_ADD_INLINE_NS #define CV__DNN_INLINE_NS __CV_CAT(dnn4_v, OPENCV_DNN_API_VERSION)