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,8 +24,8 @@ endif()
2424# can still detect after the change)
2525#-
2626set (fletch_VERSION_MAJOR 1)
27- set (fletch_VERSION_MINOR 2 )
28- set (fletch_VERSION_PATCH 1 )
27+ set (fletch_VERSION_MINOR 3 )
28+ set (fletch_VERSION_PATCH 0 )
2929
3030set (fletch_VERSION "${fletch_VERSION_MAJOR} .${fletch_VERSION_MINOR} .${fletch_VERSION_PATCH} " )
3131
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ Fletch v1.3.0 Release Notes
22===========================
33
44This is a minor release of Fletch that provides both new functionality and fixes over
5- the previous v1.2.0 release.
5+ the previous v1.2.1 release.
66
77There are many other changes in this release. These are detailed in the change log below.
88
9- Updates since v1.2.0
9+ Updates since v1.2.1
1010--------------------
1111
1212New Packages
@@ -23,7 +23,7 @@ Package Upgrades
2323 VTK 8.2 is now the default version.
2424
2525
26- Fixes since v1.2.0
26+ Fixes since v1.2.1
2727------------------
2828
2929- Libjpeg-turbo and libtiff are now requirements to build libgeotiff. It was possible to
You can’t perform that action at this time.
0 commit comments