Fixed compilation on Windows, updated version to 0.3.2

Providing FFTW3 and ZLIB binaries for Windows

git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@465 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
matlabbe
2012-03-03 06:47:32 +00:00
parent 88254bb3a7
commit 224a20f95b
15 changed files with 2975 additions and 3 deletions

View File

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