Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Oct 10, 2024
1 parent e5cfa23 commit c7cd6f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 2 additions & 2 deletions include/cutest.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
* ======================================================================
*/
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit c7cd6f9

Please sign in to comment.