Skip to content

Commit

Permalink
increment version information to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Apr 6, 2018
1 parent 45d48c7 commit 3b14b89
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ mark_as_advanced(CMAKE_VERBOSE_MAKEFILE)

# the next line is the ONLY place in the entire pdal system where
# the version info is hard-coded
set(PDAL_VERSION_STRING "1.7.0" CACHE STRING "PDAL version" FORCE)
set(PDAL_VERSION_STRING "1.7.1" CACHE STRING "PDAL version" FORCE)

DISSECT_VERSION()
GET_OS_INFO()
SET_INSTALL_DIRS()

set(PDAL_API_VERSION "6")
set(PDAL_BUILD_VERSION "7.0.0")
set(PDAL_BUILD_VERSION "7.0.1")

# Name of C++ library

Expand Down
3 changes: 3 additions & 0 deletions RELEASENOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ Bug fixes
- Fixed an issue where dimensions from ``readers.pcd`` and
``writers.pcd`` could get confused with dimensions from
``readers.sbet`` and ``writers.sbet``.
- Fixed index computation in ``filters.voxelcentroidnearestneighbor``
and ``filters.voxelcenternearestneighbor`` #1901
- Fixed libdl linking #1900

================================================================================
1.6.0
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ build_script:
test_script:
- call scripts\\appveyor\\test.cmd

after_build:
deploy_script:
- call scripts\\appveyor\\install.cmd

artifacts:
Expand Down
3 changes: 3 additions & 0 deletions doc/development/release-notes/1.7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,7 @@
- A build error that would be generated if Python was found but not requested has been resolved.
- PDAL defaults to using [normal CMake interface](https://cmake.org/cmake/help/v3.11/policy/CMP0022.html) linking (#1890)
- Fixed an issue where dimensions from `readers.pcd` and `writers.pcd` could get confused with dimensions from `readers.sbet` and `writers.sbet`.
- Fixed index computation in `filters.voxelcentroidnearestneighbor` and `filters.voxelcenternearestneighbor` #1901
- Fixed libdl linking #1900


10 changes: 6 additions & 4 deletions doc/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,25 @@ Download
Current Release(s)
------------------------------------------------------------------------------

* **2018-04-05** `PDAL-1.7.0-src.tar.gz`_ `Release Notes`_ (`md5`_)
* **2018-04-06** `PDAL-1.7.1-src.tar.gz`_ `Release Notes`_ (`md5`_)

.. _`Release Notes`: https://github.com/PDAL/PDAL/releases/tag/1.7
.. _`Release Notes`: https://github.com/PDAL/PDAL/releases/tag/1.7.1

.. _`PDAL-1.7.0-src.tar.gz`: http://download.osgeo.org/pdal/PDAL-1.7.0-src.tar.gz
.. _`md5`: http://download.osgeo.org/pdal/PDAL-1.7.0-src.tar.gz.md5
.. _`PDAL-1.7.1-src.tar.gz`: http://download.osgeo.org/pdal/PDAL-1.7.1-src.tar.gz
.. _`md5`: http://download.osgeo.org/pdal/PDAL-1.7.1-src.tar.gz.md5
.. _`DebianGIS`: http://wiki.debian.org/DebianGis


Past Releases
------------------------------------------------------------------------------

* **2018-04-05** `PDAL-1.7.0-src.tar.gz`_
* **2017-10-12** `PDAL-1.6.0-src.tar.gz`_
* **2017-04-06** `PDAL-1.5.0-src.tar.gz`_
* **2016-12-15** `PDAL-1.4.0-src.tar.gz`_


.. _`PDAL-1.7.0-src.tar.gz`: http://download.osgeo.org/pdal/PDAL-1.7.0-src.tar.gz
.. _`PDAL-1.6.0-src.tar.gz`: http://download.osgeo.org/pdal/PDAL-1.6.0-src.tar.gz
.. _`PDAL-1.5.0-src.tar.gz`: http://download.osgeo.org/pdal/PDAL-1.5.0-src.tar.gz
.. _`PDAL-1.4.0-src.tar.gz`: http://download.osgeo.org/pdal/PDAL-1.4.0-src.tar.gz
Expand Down

0 comments on commit 3b14b89

Please sign in to comment.