Skip to content

Commit

Permalink
bumps for 2.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Dec 11, 2023
1 parent 8a037d8 commit ef73406
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

cmake_minimum_required(VERSION 3.13)

project(PDAL VERSION 2.6.1 LANGUAGES CXX C)
project(PDAL VERSION 2.6.2 LANGUAGES CXX C)
string(TOLOWER ${PROJECT_NAME} PROJECT_NAME_LOWER)

set(ROOT_DIR "${PROJECT_SOURCE_DIR}")
Expand Down
2 changes: 1 addition & 1 deletion cmake/libraries.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set(PDAL_SOLIB_MAJOR 16)
#
# Change if there's a new release with no ABI change
#
set(PDAL_SOLIB_MINOR 1)
set(PDAL_SOLIB_MINOR 2)
#
# Build number. Increment for builds within minor versions. Probably
# always 0 for PDAL
Expand Down
10 changes: 6 additions & 4 deletions doc/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,18 @@ Download
Current Release(s)
------------------------------------------------------------------------------

* **2023-11-24** `PDAL-2.6.1-src.tar.bz2`_ `Release Notes`_ (`md5`_)
* **2023-11-24** `PDAL-2.6.2-src.tar.bz2`_ `Release Notes`_ (`md5`_)

.. _`PDAL-2.6.1-src.tar.bz2`: https://github.com/PDAL/PDAL/releases/download/2.6.1/PDAL-2.6.1-src.tar.bz2
.. _`Release Notes`: https://github.com/PDAL/PDAL/releases/tag/2.6.1
.. _`md5`: https://github.com/PDAL/PDAL/releases/download/2.6.1/PDAL-2.6.1-src.tar.bz2.md5
.. _`PDAL-2.6.2-src.tar.bz2`: https://github.com/PDAL/PDAL/releases/download/2.6.2/PDAL-2.6.2-src.tar.bz2
.. _`Release Notes`: https://github.com/PDAL/PDAL/releases/tag/2.6.2
.. _`md5`: https://github.com/PDAL/PDAL/releases/download/2.6.2/PDAL-2.6.2-src.tar.bz2.md5



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

* **2023-11-24** `PDAL-2.6.1-src.tar.bz2`_
* **2023-10-12** `PDAL-2.6.0-src.tar.bz2`_
* **2023-08-18** `PDAL-2.5.6-src.tar.bz2`_
* **2023-01-13** `PDAL-2.5.0-src.tar.bz2`_
Expand All @@ -34,6 +35,7 @@ Past Releases
* **2019-08-23** `PDAL-2.0.1-src.tar.bz2`_
* **2019-05-09** `PDAL-1.9.1-src.tar.bz2`_

.. _`PDAL-2.6.1-src.tar.bz2`: https://github.com/PDAL/PDAL/releases/download/2.6.1/PDAL-2.6.1-src.tar.bz2
.. _`PDAL-2.6.0-src.tar.bz2`: https://github.com/PDAL/PDAL/releases/download/2.6.0/PDAL-2.6.0-src.tar.bz2
.. _`PDAL-2.5.6-src.tar.bz2`: https://github.com/PDAL/PDAL/releases/download/2.5.6/PDAL-2.5.6-src.tar.bz2
.. _`PDAL-2.5.5-src.tar.bz2`: https://github.com/PDAL/PDAL/releases/download/2.5.5/PDAL-2.5.5-src.tar.bz2
Expand Down
5 changes: 5 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ The entire website is available as a single PDF at http://pdal.io/_/downloads/en
News
--------------------------------------------------------------------------------

**12-11-2023**
................................................................................

PDAL 2.6.2 was released. Visit :ref:`download` to grab a copy.

**11-24-2023**
................................................................................

Expand Down

0 comments on commit ef73406

Please sign in to comment.