Skip to content

Commit b3a7428

Browse files
authored
Bumped version (PointCloudLibrary#5704)
1 parent 8a40282 commit b3a7428

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
@@ -23,7 +23,7 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "")
2323
set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "build type default to RelWithDebInfo, set to Release to improve performance" FORCE)
2424
endif()
2525

26-
project(PCL VERSION 1.13.0.99)
26+
project(PCL VERSION 1.13.1)
2727
string(TOLOWER ${PROJECT_NAME} PROJECT_NAME_LOWER)
2828

2929
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.13.0-green.svg?style=flat
8+
[release-image]: https://img.shields.io/badge/release-1.13.1-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)