Skip to content

Commit 7b8e630

Browse files
authored
Merge pull request opencv#9080 from alalek:version_3.3.0-rc
version 3.3.0-rc
2 parents 823353d + 1b8d363 commit 7b8e630

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
@@ -51,9 +51,9 @@
5151
#define OPENCV_VERSION_HPP
5252

5353
#define CV_VERSION_MAJOR 3
54-
#define CV_VERSION_MINOR 2
54+
#define CV_VERSION_MINOR 3
5555
#define CV_VERSION_REVISION 0
56-
#define CV_VERSION_STATUS "-dev"
56+
#define CV_VERSION_STATUS "-rc"
5757

5858
#define CVAUX_STR_EXP(__A) #__A
5959
#define CVAUX_STR(__A) CVAUX_STR_EXP(__A)

0 commit comments

Comments
 (0)