1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

release: OpenCV 4.0.1 (version++)

This commit is contained in:
Alexander Alekhin
2018-12-22 07:03:30 +00:00
parent 26c5b0c71f
commit c9ad5779f2
6 changed files with 8 additions and 8 deletions
@@ -7,8 +7,8 @@
#define CV_VERSION_MAJOR 4
#define CV_VERSION_MINOR 0
#define CV_VERSION_REVISION 0
#define CV_VERSION_STATUS "-dev"
#define CV_VERSION_REVISION 1
#define CV_VERSION_STATUS ""
#define CVAUX_STR_EXP(__A) #__A
#define CVAUX_STR(__A) CVAUX_STR_EXP(__A)