From f1b5caa33b192409514c5dc20dd3b386999391c8 Mon Sep 17 00:00:00 2001 From: Ahmad Nawab Date: Fri, 30 Aug 2024 16:34:34 +0200 Subject: [PATCH] Update version to v0.3.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1956ce7..54fff0c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ if( DEFINED ENV{ECBUILD_TOOLCHAIN} AND NOT CMAKE_TOOLCHAIN_FILE) endif() ## define project and field_api target name -project(field_api VERSION 0.3.1 LANGUAGES Fortran) +project(field_api VERSION 0.3.2 LANGUAGES Fortran) set(LIBNAME field_api) ## find required packages