Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
atakagi-fixstars committed Aug 9, 2023
1 parent 339b6bb commit 7904264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7904264

Please sign in to comment.