diff --git a/CMakeLists.txt b/CMakeLists.txt index 1456897b..0143d950 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ endif() project(h5fortran LANGUAGES C Fortran - VERSION 3.2.4 + VERSION 3.3.0 DESCRIPTION "thin, light object-oriented HDF5 Fortran interface" HOMEPAGE_URL https://github.com/geospace-code/h5fortran) diff --git a/meson.build b/meson.build index f98b48ab..551beb1c 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('h5fortran', 'fortran', meson_version : '>=0.52.0', - version : '3.2.4', + version : '3.3.0', default_options : ['default_library=static', 'buildtype=release', 'warning_level=3']) subdir('meson')