diff --git a/CMakeLists.txt b/CMakeLists.txt index 45b44901..602ee1f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}") diff --git a/CMakePresets.json b/CMakePresets.json index ed74314a..812e9a06 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -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", @@ -183,4 +186,4 @@ ] } ] -} \ No newline at end of file +}