Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Oct 30, 2024
1 parent e1e4a02 commit c58fb34
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions include/cutest.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* THIS VERSION: CUTEST 2.3 - 2024-10-18 AT 09:00 GMT */
/* THIS VERSION: CUTEST 2.4 - 2024-10-30 AT 09:00 GMT */

/*
* ======================================================================
Expand All @@ -18,8 +18,6 @@
* fortran intent(in) variables defined as const, Dec 2 2015
* optional quadruple precision support added, January 2024
*
* this version 2024-10-18
*
* ======================================================================
*/

Expand All @@ -34,7 +32,7 @@
* give a version number
*/

#define CUTEST_VERSION 2.3.0
#define CUTEST_VERSION 2.4.0

/*
* Define name of main() function on a
Expand Down
4 changes: 2 additions & 2 deletions include/cutest_c.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* THIS VERSION: CUTEST 2.3 - 2024-10-18 AT 10:00 GMT */
/* THIS VERSION: CUTEST 2.4 - 2024-10-30 AT 10:00 GMT */

/*
* ======================================================================
Expand Down Expand Up @@ -30,7 +30,7 @@
* give a version number
*/

#define CUTEST_VERSION 2.3.0
#define CUTEST_VERSION 2.4.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.3.0',
version: '2.4.0',
meson_version: '>= 0.62.0',
default_options: [
'buildtype=release',
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* CUTEst version 2.3.0 (13/Oct/2024 07:30 GMT)
* CUTEst version 2.4.0 (30/Oct/2024 07:30 GMT)

0 comments on commit c58fb34

Please sign in to comment.