Skip to content

Commit

Permalink
API: bump HWLOC_API_VERSION to 0x20800
Browse files Browse the repository at this point in the history
Needed for new NO_FOO topology flags.

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
  • Loading branch information
bgoglin committed Feb 15, 2022
1 parent 61f73ef commit 165bf78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/hwloc.h
Expand Up @@ -93,7 +93,7 @@ extern "C" {
* Two stable releases of the same series usually have the same ::HWLOC_API_VERSION
* even if their HWLOC_VERSION are different.
*/
#define HWLOC_API_VERSION 0x00020500
#define HWLOC_API_VERSION 0x00020800

/** \brief Indicate at runtime which hwloc API version was used at build time.
*
Expand Down

0 comments on commit 165bf78

Please sign in to comment.