updated version number; removed unnecessary index.html and ChangeLog.htm

This commit is contained in:
Vadim Pisarevsky
2010-12-04 19:21:45 +00:00
parent ea3ccc6d61
commit a7a5dd051a
12 changed files with 145942 additions and 136215 deletions

View File

@@ -48,8 +48,8 @@
#define __OPENCV_VERSION_HPP__
#define CV_MAJOR_VERSION 2
#define CV_MINOR_VERSION 1
#define CV_SUBMINOR_VERSION 1
#define CV_MINOR_VERSION 2
#define CV_SUBMINOR_VERSION 0
#define CVAUX_STR_EXP(__A) #__A
#define CVAUX_STR(__A) CVAUX_STR_EXP(__A)