Skip to content

Commit 1ae2ed5

Browse files
committed
New Version 1.7.1
1 parent 67b56ab commit 1ae2ed5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ChangeList
22

3+
## *= 1.7.1 (07.10.2013) =*
4+
* New pcl::io::savePNGFile() functions and pcd2png tool (deprecates organized_pcd_to_png).
5+
* Support for Intel Perceptual Computing SDK cameras.
6+
* New Dual quaternion transformation estimation algorithm.
7+
* Bugfixes.
8+
39
## *= 1.7.0 (23.07.2013) =*
410

511
### `libpcl_common:`

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ if(USE_PROJECT_FOLDERS)
158158
endif(USE_PROJECT_FOLDERS)
159159

160160
include(${PCL_SOURCE_DIR}/cmake/pcl_utils.cmake)
161-
set(PCL_VERSION 1.7.0 CACHE STRING "PCL version")
161+
set(PCL_VERSION 1.7.1 CACHE STRING "PCL version")
162162
DISSECT_VERSION()
163163
GET_OS_INFO()
164164
SET_INSTALL_DIRS()

0 commit comments

Comments
 (0)