mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
next: version.hpp
This commit is contained in:
parent
070ec313f2
commit
964a4d75b4
@ -5,10 +5,10 @@
|
||||
#ifndef OPENCV_VERSION_HPP
|
||||
#define OPENCV_VERSION_HPP
|
||||
|
||||
#define CV_VERSION_MAJOR 3
|
||||
#define CV_VERSION_MINOR 4
|
||||
#define CV_VERSION_REVISION 1
|
||||
#define CV_VERSION_STATUS "-dev"
|
||||
#define CV_VERSION_MAJOR 4
|
||||
#define CV_VERSION_MINOR 0
|
||||
#define CV_VERSION_REVISION 0
|
||||
#define CV_VERSION_STATUS "-pre"
|
||||
|
||||
#define CVAUX_STR_EXP(__A) #__A
|
||||
#define CVAUX_STR(__A) CVAUX_STR_EXP(__A)
|
||||
|
Loading…
Reference in New Issue
Block a user