From f456f50d7fdc19a662af87dae9bf7fd74737241d Mon Sep 17 00:00:00 2001 From: Brice Goglin Date: Mon, 16 Sep 2013 20:15:08 +0000 Subject: [PATCH] Bump HWLOC_API_VERSION to 0x00010800 We added at least topology_dup() and the diff interface. This commit was SVN r5811. --- include/hwloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hwloc.h b/include/hwloc.h index 7aaafa72..32b8c879 100644 --- a/include/hwloc.h +++ b/include/hwloc.h @@ -75,7 +75,7 @@ extern "C" { */ /** \brief Indicate at build time which hwloc API version is being used. */ -#define HWLOC_API_VERSION 0x00010700 +#define HWLOC_API_VERSION 0x00010800 /** \brief Indicate at runtime which hwloc API version was used at build time. */ HWLOC_DECLSPEC unsigned hwloc_get_api_version(void); -- 2.39.5