From: Brice Goglin Date: Tue, 5 Nov 2013 21:00:04 +0000 (+0100) Subject: master is now v1.9 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0cb801a32252df977c87fae9f2245feb7a7f2194;p=people%2Fandrewcoop%2Fhwloc.git master is now v1.9 --- diff --git a/VERSION b/VERSION index b22140a4..585e5a05 100644 --- a/VERSION +++ b/VERSION @@ -12,7 +12,7 @@ snapshot_version=gitclone # ... If release is zero, then it is omitted. major=1 -minor=8 +minor=9 release=0 # greek is used for alpha or beta release tags. If it is non-empty, diff --git a/include/hwloc.h b/include/hwloc.h index 32b8c879..c9acb482 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 0x00010800 +#define HWLOC_API_VERSION 0x00010900 /** \brief Indicate at runtime which hwloc API version was used at build time. */ HWLOC_DECLSPEC unsigned hwloc_get_api_version(void);