File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ endif()
2424# can still detect after the change)
2525#-
2626set (fletch_VERSION_MAJOR 1)
27- set (fletch_VERSION_MINOR 3 )
27+ set (fletch_VERSION_MINOR 4 )
2828set (fletch_VERSION_PATCH 0)
2929
3030set (fletch_VERSION "${fletch_VERSION_MAJOR} .${fletch_VERSION_MINOR} .${fletch_VERSION_PATCH} " )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,10 +9,6 @@ There are many other changes in this release. These are detailed in the change l
99Updates since v1.3.0
1010--------------------
1111
12- New Packages
13-
14- Package Upgrades
15-
1612- Update GTest to 1.8.1 to fix gcc 9.1 build error
1713
1814- Update OpenBLAS to 0.3.6 to fix gcc 9.1 build error
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ Pull the image from Dockerhub::
8585
8686 "docker pull kitware/fletch:latest" (master)
8787 or
88- "docker pull kitware/fletch:v1.3 .0" (release version)
88+ "docker pull kitware/fletch:v1.4 .0" (release version)
8989
9090(`https://hub.docker.com/r/kitware/fletch <https://hub.docker.com/r/kitware/fletch >`_)
9191
You can’t perform that action at this time.
0 commit comments