Update deps.

This commit is contained in:
XMRig 2024-03-20 00:24:46 +07:00
parent c9b9ef51ee
commit 1fb5be6c1d
No known key found for this signature in database
GPG key ID: 446A53638BE94409
4 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash -e
HWLOC_VERSION_MAJOR="2"
HWLOC_VERSION_MINOR="9"
HWLOC_VERSION_MINOR="10"
HWLOC_VERSION_PATCH="0"
HWLOC_VERSION="${HWLOC_VERSION_MAJOR}.${HWLOC_VERSION_MINOR}.${HWLOC_VERSION_PATCH}"