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

raised version number to 2.3 (that's not a release yet; just to test the packages)

This commit is contained in:
Vadim Pisarevsky
2011-06-20 15:03:32 +00:00
parent a971e06177
commit cb9681174d
4 changed files with 3 additions and 415 deletions
@@ -48,8 +48,8 @@
#define __OPENCV_VERSION_HPP__
#define CV_MAJOR_VERSION 2
#define CV_MINOR_VERSION 2
#define CV_SUBMINOR_VERSION 9
#define CV_MINOR_VERSION 3
#define CV_SUBMINOR_VERSION 0
#define CVAUX_STR_EXP(__A) #__A
#define CVAUX_STR(__A) CVAUX_STR_EXP(__A)