Update scripts/build.*.sh.

This commit is contained in:
XMRig 2023-01-30 00:19:55 +07:00
parent 1c7a339527
commit 8a4da33bea
No known key found for this signature in database
GPG key ID: 446A53638BE94409
4 changed files with 5 additions and 5 deletions

View file

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