]> xenbits.xensource.com Git - people/andrewcoop/hwloc.git/commitdiff
master is now v1.9
authorBrice Goglin <Brice.Goglin@inria.fr>
Tue, 5 Nov 2013 21:00:04 +0000 (22:00 +0100)
committerBrice Goglin <Brice.Goglin@inria.fr>
Wed, 6 Nov 2013 08:53:19 +0000 (09:53 +0100)
VERSION
include/hwloc.h

diff --git a/VERSION b/VERSION
index b22140a4850d643e29098929afbd321077953b37..585e5a05570ec79ca1d0ec2678f0d1793ec297e3 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -12,7 +12,7 @@ snapshot_version=gitclone
 # <major>.<minor>.<release>.  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,
index 32b8c87902f69bdd3ca98801b4be6a0a5c66a827..c9acb4824b4359b592163b98b17afa7917f5619a 100644 (file)
@@ -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);