Updated version to 0.3.1

Added search of OpenCV dir when OpenCV_DIR is not set (unix)
Link UtiLite 0.2.12

git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@317 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
matlabbe
2011-09-16 18:24:39 +00:00
parent 4a3317dd06
commit 4bec076f24
3 changed files with 13 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ SET(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake_modules")
#######################
# VERSION
#######################
SET(PROJECT_VERSION "0.3.0")
SET(PROJECT_VERSION "0.3.1")
STRING(REGEX MATCHALL "[0-9]" PROJECT_VERSION_PARTS "${PROJECT_VERSION}")