Skip to content

Commit

Permalink
Merge pull request #6029 from mvieth/bump_1_14_1
Browse files Browse the repository at this point in the history
Bump version to 1.14.1
  • Loading branch information
mvieth committed May 3, 2024
2 parents 2213baf + 037ca5a commit 5f608cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ChangeList

## = 1.14.1 (01 May 2024) =
## = 1.14.1 (03 May 2024) =

### Notable changes

Expand Down
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.14.0.99)
project(PCL VERSION 1.14.1)
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.14.0-green.svg?style=flat
[release-image]: https://img.shields.io/badge/release-1.14.1-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 5f608cf

Please sign in to comment.