Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Jan 23, 2025
1 parent 5ce0e68 commit 16f7f7a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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 "5")
set (H5PL_VERS_RELEASE "6")
endif ()
set (H5PL_OVERRIDE_VERSION "${H5PL_VERS_MAJOR}.${H5PL_VERS_MINOR}.${H5PL_VERS_RELEASE}")

Expand Down
2 changes: 1 addition & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cacheVariables": {
"H5PL_VERS_MAJOR": {"type": "STRING", "value": "1"},
"H5PL_VERS_MINOR": {"type": "STRING", "value": "14"},
"H5PL_VERS_RELEASE": {"type": "STRING", "value": "5"},
"H5PL_VERS_RELEASE": {"type": "STRING", "value": "6"},
"H5PL_ALLOW_EXTERNAL_SUPPORT": {"type": "STRING", "value": "TGZ"},
"H5PL_COMP_TGZPATH": {"type": "STRING", "value": "${sourceDir}/libs"},
"H5PL_BUILD_TESTING": "ON",
Expand Down
10 changes: 5 additions & 5 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.5"
"HDF5_ROOT": "${sourceParentDir}/HDF_Group/HDF5/1.14.6"
},
"cacheVariables": {
"HDF5_ROOT": {"type": "STRING", "value": "${sourceParentDir}/HDF_Group/HDF5/1.14.5"},
"HDF5_ROOT": {"type": "STRING", "value": "${sourceParentDir}/HDF_Group/HDF5/1.14.6"},
"H5PL_VERS_MAJOR": {"type": "STRING", "value": "1"},
"H5PL_VERS_MINOR": {"type": "STRING", "value": "14"},
"H5PL_VERS_RELEASE": {"type": "STRING", "value": "5"},
"H5PL_VERS_RELEASE": {"type": "STRING", "value": "6"},
"H5PL_BUILD_TESTING": "ON",
"H5PL_BUILD_EXAMPLES": "ON"
}
Expand All @@ -801,10 +801,10 @@ For instance, to change the support files to use a local directory, edit CMakeUs
"name": "my-HDF5Dev",
"hidden": true,
"environment": {
"HDF5_ROOT": "${sourceParentDir}/HDF_Group/HDF5/1.15.0"
"HDF5_ROOT": "${sourceParentDir}/HDF_Group/HDF5/2.0.0"
},
"cacheVariables": {
"HDF5_ROOT": {"type": "STRING", "value": "${sourceParentDir}/HDF_Group/HDF5/1.15.0"},
"HDF5_ROOT": {"type": "STRING", "value": "${sourceParentDir}/HDF_Group/HDF5/2.0.0"},
"H5PL_BUILD_TESTING": "ON",
"H5PL_BUILD_EXAMPLES": "ON"
}
Expand Down

0 comments on commit 16f7f7a

Please sign in to comment.