We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 710df6c commit 1db1e4aCopy full SHA for 1db1e4a
4 files changed
include/cutest.h
@@ -32,7 +32,7 @@
32
* give a version number
33
*/
34
35
-#define CUTEST_VERSION 2.5.8
+#define CUTEST_VERSION 2.6.0
36
37
/*
38
* Define name of main() function on a
include/cutest_c.h
@@ -30,7 +30,7 @@
30
31
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'CUTEst',
3
'fortran', 'c',
4
- version: '2.5.8',
+ version: '2.6.0',
5
meson_version: '>= 0.62.0',
6
default_options: [
7
'buildtype=release',
version
@@ -1 +1 @@
-* CUTEst version 2.5.8 (11/Sep/2025 15:50 GMT)
+* CUTEst version 2.6.0 (22/Jan/2026 15:50 GMT)
0 commit comments