From f0ce99045bfe0b494414af201549397f0212e291 Mon Sep 17 00:00:00 2001 From: Michael Hirsch Date: Wed, 30 Sep 2020 09:30:31 -0400 Subject: [PATCH] v3.3.0 beta --- CMakeLists.txt | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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')