Skip to content

Commit

Permalink
Update version number to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awnawab committed Mar 22, 2024
1 parent fa8c270 commit e9b7d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.2 LANGUAGES Fortran)
project(field_api VERSION 0.3.0 LANGUAGES Fortran)
set(LIBNAME field_api)

## find required packages
Expand Down

0 comments on commit e9b7d40

Please sign in to comment.