Skip to content

Commit 20464ce

Browse files
committed
Bump version to 1.15.0.99 post release
1 parent 605cdd5 commit 20464ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "")
2727
set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "build type default to RelWithDebInfo, set to Release to improve performance" FORCE)
2828
endif()
2929

30-
project(PCL VERSION 1.15.0)
30+
project(PCL VERSION 1.15.0.99)
3131
string(TOLOWER ${PROJECT_NAME} PROJECT_NAME_LOWER)
3232

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

0 commit comments

Comments
 (0)