From c7cd6f935f7a3963ea5dbbe48ccf3675a759f96b Mon Sep 17 00:00:00 2001 From: Alexis Montoison Date: Thu, 10 Oct 2024 13:27:20 -0500 Subject: [PATCH] Release 2.3.0 --- README.md | 4 ++++ include/cutest.h | 4 ++-- meson.build | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a878e4e..5ec9ade 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,7 @@ To use this variant, follow the instructions in the CUTEst [wiki](https://github - [PyCUTEst](https://github.com/jfowkes/pycutest) is the Python interface of CUTEst. - [MatCUTEst](https://github.com/matcutest/matcutest) is the MATLAB interface of CUTEst. + +## Note + +The latest features added in the release `v2.3.0` of CUTEst require at least the version `v2.6.1` of [SIFDecode](https://github.com/ralna/SIFDecode). diff --git a/include/cutest.h b/include/cutest.h index 4375842..4ef51b3 100644 --- a/include/cutest.h +++ b/include/cutest.h @@ -13,7 +13,7 @@ * Boolean logicals provided, August 21 2013 * fortran intent(in) variables defined as const, Dec 2 2015 * - * this version 2024-09-29 + * this version 2024-10-10 * * ====================================================================== */ @@ -29,7 +29,7 @@ * give a version number */ -#define CUTEST_VERSION 2.2.5 +#define CUTEST_VERSION 2.3.0 /* * Define name of main() function on a diff --git a/meson.build b/meson.build index 541c06b..662b00b 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'CUTEst', 'fortran', 'c', - version: '2.2.5', + version: '2.3.0', meson_version: '>= 0.62.0', default_options: [ 'buildtype=release',