]> xenbits.xensource.com Git - people/andrewcoop/hwloc.git/commitdiff
Bump HWLOC_API_VERSION to 0x00010800
authorBrice Goglin <brice.goglin@inria.fr>
Mon, 16 Sep 2013 20:15:08 +0000 (20:15 +0000)
committerBrice Goglin <brice.goglin@inria.fr>
Mon, 16 Sep 2013 20:15:08 +0000 (20:15 +0000)
We added at least  topology_dup() and the diff interface.

This commit was SVN r5811.

include/hwloc.h

index 7aaafa72bd55ed08257dd3729dacada53076c99f..32b8c87902f69bdd3ca98801b4be6a0a5c66a827 100644 (file)
@@ -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);