From 7904264080a482a12c0d575de828c551adc8e2f1 Mon Sep 17 00:00:00 2001 From: "akihiro.takagi" Date: Wed, 9 Aug 2023 12:10:54 +0900 Subject: [PATCH] Update version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2075738..e6a6e0a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ option(LIBSGM_SHARED "Build a shared library" OFF) option(BUILD_OPENCV_WRAPPER "Make library compatible with cv::Mat and cv::cuda::GpuMat of OpenCV" OFF) set(CUDA_ARCHS "52;61;72;75;86" CACHE STRING "List of architectures to generate device code for") -project(libSGM VERSION 3.0.0) +project(libSGM VERSION 3.1.0) configure_file( ${PROJECT_SOURCE_DIR}/include/libsgm_config.h.in