Skip to content

Commit defbb2e

Browse files
committed
increment to v1.3.0
1 parent c0c3d5e commit defbb2e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ endif()
2424
# can still detect after the change)
2525
#-
2626
set(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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ Fletch v1.3.0 Release Notes
22
===========================
33

44
This 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

77
There 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

1212
New 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

0 commit comments

Comments
 (0)