Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Sep 16, 2024
1 parent dbfb072 commit e77e232
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if (NOT H5PL_VERS_MINOR)
set (H5PL_VERS_MINOR "14")
endif ()
if (NOT H5PL_VERS_RELEASE)
set (H5PL_VERS_RELEASE "3")
set (H5PL_VERS_RELEASE "5")
endif ()
set (H5PL_OVERRIDE_VERSION "${H5PL_VERS_MAJOR}.${H5PL_VERS_MINOR}.${H5PL_VERS_RELEASE}")

Expand Down
6 changes: 3 additions & 3 deletions docs/INSTALL_With_CMake.txt
Original file line number Diff line number Diff line change
Expand Up @@ -786,13 +786,13 @@ For instance, to change the support files to use a local directory, edit CMakeUs
"name": "my-HDF5114",
"hidden": true,
"environment": {
"HDF5_ROOT": "${sourceParentDir}/HDF_Group/HDF5/1.14.4"
"HDF5_ROOT": "${sourceParentDir}/HDF_Group/HDF5/1.14.5"
},
"cacheVariables": {
"HDF5_ROOT": {"type": "STRING", "value": "${sourceParentDir}/HDF_Group/HDF5/1.14.4"},
"HDF5_ROOT": {"type": "STRING", "value": "${sourceParentDir}/HDF_Group/HDF5/1.14.5"},
"H5PL_VERS_MAJOR": {"type": "STRING", "value": "1"},
"H5PL_VERS_MINOR": {"type": "STRING", "value": "14"},
"H5PL_VERS_RELEASE": {"type": "STRING", "value": "4"},
"H5PL_VERS_RELEASE": {"type": "STRING", "value": "5"},
"H5PL_BUILD_TESTING": "ON",
"H5PL_BUILD_EXAMPLES": "ON"
}
Expand Down

0 comments on commit e77e232

Please sign in to comment.