Skip to content

Commit

Permalink
Merge pull request #649 from johnwparent/releases/update-versioning
Browse files Browse the repository at this point in the history
Update release versioning in relevant files
  • Loading branch information
dstoup committed Mar 9, 2021
2 parents 102206d + 1810d05 commit 3b86acd
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 20 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ endif()
#-
set(fletch_VERSION_MAJOR 1)
set(fletch_VERSION_MINOR 4)
set(fletch_VERSION_PATCH 0)
set(fletch_VERSION_PATCH 1)

set(fletch_VERSION "${fletch_VERSION_MAJOR}.${fletch_VERSION_MINOR}.${fletch_VERSION_PATCH}")

Expand Down
18 changes: 0 additions & 18 deletions Doc/release-notes/release.txt
Original file line number Diff line number Diff line change
@@ -1,18 +0,0 @@
Fletch v1.4.1 Release Notes
===========================

This is a patch release of Fletch that provides fixes over the previous v1.4.0 release.

Fixes since v1.4.0
------------------

* Patched Boost 1.65 to build on MSVC 2019.
* Patched OpenCV 3.4 to build on MSVC 2019.
* Patched PDAL 1.7.2 to build on MSVC 2019.
* Patched Darknet CMakeLists.txt to disable examples
* Patched Darknet pthread install to use CMAKE_GENERATOR_PLATFORM instead of CMAKE_GENERATOR to x64 check.
* Updated old style sourceforge URLs.
* Host Qt downloads on data.kitware.com. Location removed by Qt.
* Add documentation regarding a Boost failure caused by MSVC version upgrades.
* Fixed an issue with broken CUDA_HOST_COMPILER path in some projects using MSVC.
* Fixed an issue with enabling VTK Python bindings in MSVC.
19 changes: 19 additions & 0 deletions Doc/release-notes/v1.4.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Fletch v1.4.1 Release Notes
===========================

This is a patch release of Fletch that provides fixes over the previous v1.4.0 release.

Fixes since v1.4.0
------------------

* Patched Boost 1.65 to build on MSVC 2019.
* Patched OpenCV 3.4 to build on MSVC 2019.
* Patched PDAL 1.7.2 to build on MSVC 2019.
* Patched Darknet CMakeLists.txt to disable examples
* Patched Darknet pthread install to use CMAKE_GENERATOR_PLATFORM instead of CMAKE_GENERATOR to x64 check.
* Updated old style sourceforge URLs.
* Host Qt downloads on data.kitware.com. Location removed by Qt.
* Add documentation regarding a Boost failure caused by MSVC version upgrades.
* Fixed an issue with broken CUDA_HOST_COMPILER path in some projects using MSVC.
* Fixed an issue with enabling VTK Python bindings in MSVC.
* Patched GDAL missing strdup prototype on OSX
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Pull the image from Dockerhub::

"docker pull kitware/fletch:latest" (master)
or
"docker pull kitware/fletch:v1.4.0" (release version)
"docker pull kitware/fletch:v1.4.1" (release version)

(`https://hub.docker.com/r/kitware/fletch <https://hub.docker.com/r/kitware/fletch>`_)

Expand Down

0 comments on commit 3b86acd

Please sign in to comment.