versioning.doxy 988 B

1234567891011121314151617181920212223242526272829
  1. /*
  2. * This file is part of the StarPU Handbook.
  3. * Copyright (C) 2009--2011 Universit@'e de Bordeaux 1
  4. * Copyright (C) 2010, 2011, 2012, 2013 Centre National de la Recherche Scientifique
  5. * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
  6. * See the file version.doxy for copying conditions.
  7. */
  8. /*! \defgroup API_Versioning Versioning
  9. \def STARPU_MAJOR_VERSION
  10. \ingroup API_Versioning
  11. Define the major version of StarPU. This is the version used when compiling the application.
  12. \def STARPU_MINOR_VERSION
  13. \ingroup API_Versioning
  14. Define the minor version of StarPU. This is the version used when compiling the application.
  15. \def STARPU_RELEASE_VERSION
  16. \ingroup API_Versioning
  17. Define the release version of StarPU. This is the version used when compiling the application.
  18. \fn void starpu_get_version(int *major, int *minor, int *release)
  19. \ingroup API_Versioning
  20. Return as 3 integers the version of StarPU used when running the application.
  21. */