Skip to content

Commit 99bd377

Browse files
committed
v2.11.2
1 parent ae0d10c commit 99bd377

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.1
7+
VERSION 2.11.2
88
DESCRIPTION "thin, light object-oriented HDF5 Fortran interface"
99
HOMEPAGE_URL https://github.com/geospace-code/h5fortran)
1010
enable_testing()

Examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include(FetchContent)
88

99
FetchContent_Declare(h5fortran_proj
1010
GIT_REPOSITORY https://github.com/geospace-code/h5fortran.git
11-
GIT_TAG v2.11.1
11+
GIT_TAG v2.11.2
1212
)
1313

1414
FetchContent_MakeAvailable(h5fortran_proj)

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.1
86+
GIT_TAG v2.11.2
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.1',
3+
version : '2.11.2',
44
default_options : ['default_library=static', 'buildtype=release', 'warning_level=3'])
55

66
subdir('meson')

0 commit comments

Comments
 (0)