From 609687a13c543be903fec0bd520d92925a63afbb Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Thu, 9 May 2024 13:00:59 -0400 Subject: [PATCH] Fix version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 37c4aacd404c..4e86bd4d9df8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ endif () project ( MAPL - VERSION 2.45.0 + VERSION 2.46.0 LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF # Set the possible values of build type for cmake-gui