From: Brice Goglin Date: Mon, 16 Sep 2013 20:15:08 +0000 (+0000) Subject: Bump HWLOC_API_VERSION to 0x00010800 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=f456f50d7fdc19a662af87dae9bf7fd74737241d;p=people%2Fandrewcoop%2Fhwloc.git Bump HWLOC_API_VERSION to 0x00010800 We added at least topology_dup() and the diff interface. This commit was SVN r5811. --- 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);