Skip to content

Commit af3b072

Browse files
committed
v2.11.4
1 parent ed9c453 commit af3b072

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if(NOT CMAKE_BUILD_TYPE)
44
endif()
55
project(h5fortran
66
LANGUAGES C Fortran
7-
VERSION 2.11.3
7+
VERSION 2.11.4
88
DESCRIPTION "thin, light object-oriented HDF5 Fortran interface"
99
HOMEPAGE_URL https://github.com/geospace-code/h5fortran)
1010
enable_testing()

Install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ include(FetchContent)
8383
8484
FetchContent_Declare(h5fortran_proj
8585
GIT_REPOSITORY https://github.com/geospace-code/h5fortran.git
86-
GIT_TAG v2.11.3
86+
GIT_TAG v2.11.4
8787
)
8888
8989
FetchContent_MakeAvailable(h5fortran_proj)

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.52.0',
3-
version : '2.11.3',
3+
version : '2.11.4',
44
default_options : ['default_library=static', 'buildtype=release', 'warning_level=3'])
55

66
subdir('meson')

0 commit comments

Comments
 (0)