Skip to main content

aocl_utils/
version.rs

1//! AOCL-Utils library version queries.
2//!
3//! AOCL-Utils declares `au_get_version_{major,minor,patch,str}` in its
4//! public headers but the shipped Windows DLL does not export those
5//! symbols (verified against `amd-utils/lib/libaoclutils.lib` in
6//! AOCL 5.1). Until AMD ships them in the import lib, this module is
7//! intentionally empty so it does not cause link errors. Users who need
8//! the version can read `<AOCL_ROOT>/amd-utils/version.txt` (or the
9//! release notes) directly.