Skip to content

Commit 81e7c7d

Browse files
committed
OpenVINO version bump
1 parent ea64e86 commit 81e7c7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎modules/core/include/opencv2/core/version.hpp‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
#define CV_VERSION_MAJOR 4
99
#define CV_VERSION_MINOR 0
10-
#define CV_VERSION_REVISION 0
11-
#define CV_VERSION_STATUS "-dev"
10+
#define CV_VERSION_REVISION 1
11+
#define CV_VERSION_STATUS "-openvino"
1212

1313
#define CVAUX_STR_EXP(__A) #__A
1414
#define CVAUX_STR(__A) CVAUX_STR_EXP(__A)

0 commit comments

Comments
 (0)