Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mmiesch committed Sep 21, 2021
1 parent 8b21e69 commit 0190ba2
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 @@ -15,7 +15,7 @@ if (IODA_BUILD_LANGUAGE_FORTRAN)
list( APPEND IODA_LANGUAGES Fortran)
endif()

project( ioda VERSION 2.0.0 LANGUAGES ${IODA_LANGUAGES} )
project( ioda VERSION 2.1.0 LANGUAGES ${IODA_LANGUAGES} )

## Ecbuild integration
find_package( ecbuild QUIET )
Expand Down

0 comments on commit 0190ba2

Please sign in to comment.