We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b56ab commit 1ae2ed5Copy full SHA for 1ae2ed5
CHANGES.md
@@ -1,5 +1,11 @@
1
# ChangeList
2
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
+
9
## *= 1.7.0 (23.07.2013) =*
10
11
### `libpcl_common:`
CMakeLists.txt
@@ -158,7 +158,7 @@ if(USE_PROJECT_FOLDERS)
158
endif(USE_PROJECT_FOLDERS)
159
160
include(${PCL_SOURCE_DIR}/cmake/pcl_utils.cmake)
161
-set(PCL_VERSION 1.7.0 CACHE STRING "PCL version")
+set(PCL_VERSION 1.7.1 CACHE STRING "PCL version")
162
DISSECT_VERSION()
163
GET_OS_INFO()
164
SET_INSTALL_DIRS()
0 commit comments