Skip to content

Commit

Permalink
Release 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Aug 27, 2024
1 parent eb59384 commit 3ec3506
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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-08-20
* this version 2024-08-27
*
* ======================================================================
*/
Expand All @@ -29,7 +29,7 @@
* give a version number
*/

#define CUTEST_VERSION 2.2.4
#define CUTEST_VERSION 2.2.5

/*
* 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.4',
version: '2.2.5',
meson_version: '>= 0.62.0',
default_options: [
'buildtype=release',
Expand Down

0 comments on commit 3ec3506

Please sign in to comment.