Skip to content

Commit 12ee37f

Browse files
authored
Release edits for 1.10.11 (#78)
* Update CMakeLists.txt for 1.10.11 * Update CMakePresets.json for 1.10.11
1 parent 9e54066 commit 12ee37f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ if (NOT H5PL_VERS_MAJOR)
4444
set (H5PL_VERS_MAJOR "1")
4545
endif ()
4646
if (NOT H5PL_VERS_MINOR)
47-
set (H5PL_VERS_MINOR "15")
47+
set (H5PL_VERS_MINOR "10")
4848
endif ()
4949
if (NOT H5PL_VERS_RELEASE)
50-
set (H5PL_VERS_RELEASE "0")
50+
set (H5PL_VERS_RELEASE "11")
5151
endif ()
5252
set (H5PL_OVERRIDE_VERSION "${H5PL_VERS_MAJOR}.${H5PL_VERS_MINOR}.${H5PL_VERS_RELEASE}")
5353

CMakePresets.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"hidden": true,
1010
"inherits": "ci-base",
1111
"cacheVariables": {
12+
"H5PL_VERS_MAJOR": {"type": "STRING", "value": "1"},
13+
"H5PL_VERS_MINOR": {"type": "STRING", "value": "10"},
14+
"H5PL_VERS_RELEASE": {"type": "STRING", "value": "11"},
1215
"H5PL_ALLOW_EXTERNAL_SUPPORT": {"type": "STRING", "value": "TGZ"},
1316
"TGZPATH": {"type": "STRING", "value": "${sourceDir}/libs"},
1417
"H5PL_BUILD_TESTING": "ON",
@@ -183,4 +186,4 @@
183186
]
184187
}
185188
]
186-
}
189+
}

0 commit comments

Comments
 (0)