Skip to content

Commit

Permalink
Release edits for 1.10.11 (#78)
Browse files Browse the repository at this point in the history
* Update CMakeLists.txt for 1.10.11

* Update CMakePresets.json for 1.10.11
  • Loading branch information
byrnHDF authored Sep 28, 2023
1 parent 9e54066 commit 12ee37f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ if (NOT H5PL_VERS_MAJOR)
set (H5PL_VERS_MAJOR "1")
endif ()
if (NOT H5PL_VERS_MINOR)
set (H5PL_VERS_MINOR "15")
set (H5PL_VERS_MINOR "10")
endif ()
if (NOT H5PL_VERS_RELEASE)
set (H5PL_VERS_RELEASE "0")
set (H5PL_VERS_RELEASE "11")
endif ()
set (H5PL_OVERRIDE_VERSION "${H5PL_VERS_MAJOR}.${H5PL_VERS_MINOR}.${H5PL_VERS_RELEASE}")

Expand Down
5 changes: 4 additions & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"hidden": true,
"inherits": "ci-base",
"cacheVariables": {
"H5PL_VERS_MAJOR": {"type": "STRING", "value": "1"},
"H5PL_VERS_MINOR": {"type": "STRING", "value": "10"},
"H5PL_VERS_RELEASE": {"type": "STRING", "value": "11"},
"H5PL_ALLOW_EXTERNAL_SUPPORT": {"type": "STRING", "value": "TGZ"},
"TGZPATH": {"type": "STRING", "value": "${sourceDir}/libs"},
"H5PL_BUILD_TESTING": "ON",
Expand Down Expand Up @@ -183,4 +186,4 @@
]
}
]
}
}

0 comments on commit 12ee37f

Please sign in to comment.