diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d3f42e..80cfda9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ else() set(ZED_SDK_INCLUDE_DIR "/usr/local/zed/include" CACHE STRING "ZED SDK include path.") endif() -project(libSGM VERSION 2.6.0) +project(libSGM VERSION 2.7.0) if(BUILD_OPENCV_WRAPPER) find_package(OpenCV REQUIRED core)