release: OpenCV 4.5.0
authorAlexander Alekhin <alexander.a.alekhin@gmail.com>
Sun, 11 Oct 2020 21:26:07 +0000 (21:26 +0000)
committerAlexander Alekhin <alexander.a.alekhin@gmail.com>
Sun, 11 Oct 2020 21:26:07 +0000 (21:26 +0000)
modules/core/include/opencv2/core/version.hpp

index 7026fad88f27e96e5a3fcf8ac3de9f55d85fcdd5..9e8b1b06ed6eb25f05e850f718bf1a180b412a33 100644 (file)
@@ -8,7 +8,7 @@
 #define CV_VERSION_MAJOR    4
 #define CV_VERSION_MINOR    5
 #define CV_VERSION_REVISION 0
-#define CV_VERSION_STATUS   "-pre"
+#define CV_VERSION_STATUS   ""
 
 #define CVAUX_STR_EXP(__A)  #__A
 #define CVAUX_STR(__A)      CVAUX_STR_EXP(__A)