Skip to content

Commit

Permalink
Bump after release 1.13.1 (#5705)
Browse files Browse the repository at this point in the history
  • Loading branch information
larshg authored May 10, 2023
1 parent b3a7428 commit 745d10d
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 @@ -23,7 +23,7 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "")
set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "build type default to RelWithDebInfo, set to Release to improve performance" FORCE)
endif()

project(PCL VERSION 1.13.1)
project(PCL VERSION 1.13.1.99)
string(TOLOWER ${PROJECT_NAME} PROJECT_NAME_LOWER)

if(MSVC AND ("${MSVC_VERSION}" LESS 1910))
Expand Down

0 comments on commit 745d10d

Please sign in to comment.