Set status to rc

This commit is contained in:
Alexander Alekhin 2015-04-23 17:29:40 +03:00
parent 12a3156aff
commit b057a62c8b

View File

@ -53,7 +53,7 @@
#define CV_VERSION_MAJOR 3
#define CV_VERSION_MINOR 0
#define CV_VERSION_REVISION 0
#define CV_VERSION_STATUS "-dev"
#define CV_VERSION_STATUS "-rc1"
#define CVAUX_STR_EXP(__A) #__A
#define CVAUX_STR(__A) CVAUX_STR_EXP(__A)