Skip to content

Commit

Permalink
bump versions in preparation for 2.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jun 6, 2022
1 parent 0198775 commit 7dae28b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

cmake_minimum_required(VERSION 3.5)

project(PDAL VERSION 2.4.1 LANGUAGES CXX C)
project(PDAL VERSION 2.4.2 LANGUAGES CXX C)
string(TOLOWER ${PROJECT_NAME} PROJECT_NAME_LOWER)

set(ROOT_DIR "${PROJECT_SOURCE_DIR}")
Expand Down Expand Up @@ -34,7 +34,7 @@ set(PDAL_SOLIB_MAJOR 14)
#
# 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
9 changes: 6 additions & 3 deletions doc/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,24 @@ Download
Current Release(s)
------------------------------------------------------------------------------

* **2022-03-18** `PDAL-2.4.0-src.tar.gz`_ `Release Notes`_ (`md5`_)
* **2022-06-06** `PDAL-2.4.2-src.tar.gz`_ `Release Notes`_ (`md5`_)

.. _`Release Notes`: https://github.com/PDAL/PDAL/releases/tag/2.4.0
.. _`md5`: https://github.com/PDAL/PDAL/releases/download/2.4.0/PDAL-2.4.0-src.tar.gz.md5
.. _`Release Notes`: https://github.com/PDAL/PDAL/releases/tag/2.4.2
.. _`md5`: https://github.com/PDAL/PDAL/releases/download/2.4.2/PDAL-2.4.2-src.tar.gz.md5


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

* **2022-05-20** `PDAL-2.4.1-src.tar.gz`_
* **2022-03-18** `PDAL-2.4.0-src.tar.gz`_
* **2021-05-19** `PDAL-2.3.0-src.tar.gz`_
* **2020-08-20** `PDAL-2.2.0-src.tar.gz`_
* **2020-03-20** `PDAL-2.1.0-src.tar.gz`_
* **2019-08-23** `PDAL-2.0.1-src.tar.gz`_
* **2019-05-09** `PDAL-1.9.1-src.tar.gz`_

.. _`PDAL-2.4.1-src.tar.gz`: https://github.com/PDAL/PDAL/releases/download/2.4.1/PDAL-2.4.1-src.tar.gz
.. _`PDAL-2.4.0-src.tar.gz`: https://github.com/PDAL/PDAL/releases/download/2.4.0/PDAL-2.4.0-src.tar.gz
.. _`PDAL-2.3.0-src.tar.gz`: https://github.com/PDAL/PDAL/releases/download/2.3.0/PDAL-2.3.0-src.tar.gz
.. _`PDAL-2.2.0-src.tar.gz`: https://github.com/PDAL/PDAL/releases/download/2.2.0/PDAL-2.2.0-src.tar.gz
Expand Down

0 comments on commit 7dae28b

Please sign in to comment.