Skip to content

Commit

Permalink
Merge pull request #5917 from mvieth/bump_1_14_0
Browse files Browse the repository at this point in the history
Bump version to 1.14.0
  • Loading branch information
mvieth authored Jan 3, 2024
2 parents 0646769 + d685ecb commit f62c018
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.99)
project(PCL VERSION 1.14.0)
string(TOLOWER ${PROJECT_NAME} PROJECT_NAME_LOWER)

if(MSVC AND ("${MSVC_VERSION}" LESS 1910))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Release][release-image]][releases]
[![License][license-image]][license]

[release-image]: https://img.shields.io/badge/release-1.13.1-green.svg?style=flat
[release-image]: https://img.shields.io/badge/release-1.14.0-green.svg?style=flat
[releases]: /~https://github.com/PointCloudLibrary/pcl/releases

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

0 comments on commit f62c018

Please sign in to comment.