Skip to content

Commit 605cdd5

Browse files
committed
Bump version to 1.15.0
1 parent c8c7546 commit 605cdd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.14.1.99)
30+
project(PCL VERSION 1.15.0)
3131
string(TOLOWER ${PROJECT_NAME} PROJECT_NAME_LOWER)
3232

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Release][release-image]][releases]
66
[![License][license-image]][license]
77

8-
[release-image]: https://img.shields.io/badge/release-1.14.1-green.svg?style=flat
8+
[release-image]: https://img.shields.io/badge/release-1.15.0-green.svg?style=flat
99
[releases]: https://github.com/PointCloudLibrary/pcl/releases
1010

1111
[license-image]: https://img.shields.io/badge/license-BSD-green.svg?style=flat

0 commit comments

Comments
 (0)