bump version to 2.3.1 in the header too (ticket #1178)

This commit is contained in:
Vadim Pisarevsky 2011-06-29 17:45:41 +00:00
parent 0a14f76731
commit 7cd48accc2

View File

@ -49,7 +49,7 @@
#define CV_MAJOR_VERSION 2
#define CV_MINOR_VERSION 3
#define CV_SUBMINOR_VERSION 0
#define CV_SUBMINOR_VERSION 1
#define CVAUX_STR_EXP(__A) #__A
#define CVAUX_STR(__A) CVAUX_STR_EXP(__A)