23.08
|
Go to the documentation of this file.
24 #ifndef ARM_COMPUTE_ACL_VERSION_H_
25 #define ARM_COMPUTE_ACL_VERSION_H_
41 #define ARM_COMPUTE_LIBRARY_VERSION_MAJOR 0
43 #define ARM_COMPUTE_LIBRARY_VERSION_MINOR 1
45 #define ARM_COMPUTE_LIBRARY_VERSION_PATCH 0
int minor
Minor version, is increased on adding back-ward compatible functionality.
struct AclVersion AclVersion
Semantic versioning information.
int major
Major version, is increased on API incompatible changes.
int patch
Patch version, is increased when doing backward compatible fixes.
const char * build_info
Build related information.
Semantic versioning information.
const AclVersion * AclVersionInfo()
Get library's version meta-data.