SuccessChanges

Summary

  1. Fix documentation on API version (details)
  2. doxy: fix another right-shift operator for computing the version (details)
Commit d2c10695d2c186048a84a6fc7ba74f6c3d93aead by brice.goglin
Fix documentation on API version
The documentation used a right-shift operator to construct
HWLOC_API_VERSION from a release version. This made no sense and the
left-shift operator should be used.
Signed-off-by: Hannes Weisbach hannes.weisbach@gmail.com
(cherry picked from commit e8c349c84e63b06d9c609845ed01ff2372076938)
The file was modifiedinclude/hwloc.h (diff)
Commit 2a833b3049cf17dfc7ad73acb26a10d09cefe679 by brice.goglin
doxy: fix another right-shift operator for computing the version
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
(cherry picked from commit fa435a7a1a92c2e0c0a8af1c9e8efa3c68cc669c)
The file was modifieddoc/hwloc.doxy (diff)