Skip to content

Commit

Permalink
v3.3.0 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Sep 30, 2020
1 parent 9879aba commit f0ce990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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')
Expand Down

0 comments on commit f0ce990

Please sign in to comment.