We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 823353d + 1b8d363 commit 7b8e630Copy full SHA for 7b8e630
modules/core/include/opencv2/core/version.hpp
@@ -51,9 +51,9 @@
51
#define OPENCV_VERSION_HPP
52
53
#define CV_VERSION_MAJOR 3
54
-#define CV_VERSION_MINOR 2
+#define CV_VERSION_MINOR 3
55
#define CV_VERSION_REVISION 0
56
-#define CV_VERSION_STATUS "-dev"
+#define CV_VERSION_STATUS "-rc"
57
58
#define CVAUX_STR_EXP(__A) #__A
59
#define CVAUX_STR(__A) CVAUX_STR_EXP(__A)
0 commit comments