Skip to content

Commit 46b270e

Browse files
committed
Merge branch 'release'
2 parents dc3ec96 + 303b6f2 commit 46b270e

4 files changed

Lines changed: 2 additions & 14 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ endif()
2424
# can still detect after the change)
2525
#-
2626
set(fletch_VERSION_MAJOR 1)
27-
set(fletch_VERSION_MINOR 3)
27+
set(fletch_VERSION_MINOR 4)
2828
set(fletch_VERSION_PATCH 0)
2929

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

Doc/release-notes/release.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ There are many other changes in this release. These are detailed in the change l
99
Updates 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

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)