Skip to content

Commit c58fb34

Browse files
committed
Release 2.4.0
1 parent e1e4a02 commit c58fb34

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

include/cutest.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* THIS VERSION: CUTEST 2.3 - 2024-10-18 AT 09:00 GMT */
1+
/* THIS VERSION: CUTEST 2.4 - 2024-10-30 AT 09:00 GMT */
22

33
/*
44
* ======================================================================
@@ -18,8 +18,6 @@
1818
* fortran intent(in) variables defined as const, Dec 2 2015
1919
* optional quadruple precision support added, January 2024
2020
*
21-
* this version 2024-10-18
22-
*
2321
* ======================================================================
2422
*/
2523

@@ -34,7 +32,7 @@
3432
* give a version number
3533
*/
3634

37-
#define CUTEST_VERSION 2.3.0
35+
#define CUTEST_VERSION 2.4.0
3836

3937
/*
4038
* Define name of main() function on a

include/cutest_c.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* THIS VERSION: CUTEST 2.3 - 2024-10-18 AT 10:00 GMT */
1+
/* THIS VERSION: CUTEST 2.4 - 2024-10-30 AT 10:00 GMT */
22

33
/*
44
* ======================================================================
@@ -30,7 +30,7 @@
3030
* give a version number
3131
*/
3232

33-
#define CUTEST_VERSION 2.3.0
33+
#define CUTEST_VERSION 2.4.0
3434

3535
/*
3636
* Define name of main() function on a

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'CUTEst',
33
'fortran', 'c',
4-
version: '2.3.0',
4+
version: '2.4.0',
55
meson_version: '>= 0.62.0',
66
default_options: [
77
'buildtype=release',

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* CUTEst version 2.3.0 (13/Oct/2024 07:30 GMT)
1+
* CUTEst version 2.4.0 (30/Oct/2024 07:30 GMT)

0 commit comments

Comments
 (0)