Skip to content

Commit f70aa10

Browse files
committed
v3.6.2
1 parent 78173f5 commit f70aa10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.13...3.20)
22

33
project(h5fortran
44
LANGUAGES C Fortran
5-
VERSION 3.6.1
5+
VERSION 3.6.2
66
DESCRIPTION "thin, light object-oriented HDF5 Fortran interface"
77
HOMEPAGE_URL https://github.com/geospace-code/h5fortran)
88

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('h5fortran', 'fortran',
22
meson_version : '>=0.57.0',
3-
version : '3.6.1',
3+
version : '3.6.2',
44
default_options : ['default_library=static', 'buildtype=release', 'warning_level=3'])
55

66
fc = meson.get_compiler('fortran')

0 commit comments

Comments
 (0)