Skip to content

Commit fe18673

Browse files
committed
API: bump HWLOC_API_VERSION to 0x00020300
2.3 will have the new HWLOC_TOPOLOGY_FLAG_IMPORT_SUPPORT (and rsmi helpers) Signed-off-by: Brice Goglin <[email protected]>
1 parent 9f37aae commit fe18673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/hwloc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ extern "C" {
9393
* Two stable releases of the same series usually have the same ::HWLOC_API_VERSION
9494
* even if their HWLOC_VERSION are different.
9595
*/
96-
#define HWLOC_API_VERSION 0x00020100
96+
#define HWLOC_API_VERSION 0x00020300
9797

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

0 commit comments

Comments
 (0)