Update deps scripts.

This commit is contained in:
XMRig 2025-06-12 00:52:49 +07:00
parent 2ab7f85ccd
commit 064a61988a
No known key found for this signature in database
GPG key ID: 446A53638BE94409
3 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
#!/bin/sh -e
HWLOC_VERSION_MAJOR="2"
HWLOC_VERSION_MINOR="11"
HWLOC_VERSION_PATCH="2"
HWLOC_VERSION_MINOR="12"
HWLOC_VERSION_PATCH="1"
HWLOC_VERSION="${HWLOC_VERSION_MAJOR}.${HWLOC_VERSION_MINOR}.${HWLOC_VERSION_PATCH}"