Skip to content
Snippets Groups Projects
Commit 997ce8dc authored by Moe Jette's avatar Moe Jette
Browse files

Conditionally define SLURM_API_VERSION. It is also defined in config.h.

parent b4b91290
No related branches found
No related tags found
No related merge requests found
...@@ -111,11 +111,13 @@ BEGIN_C_DECLS ...@@ -111,11 +111,13 @@ BEGIN_C_DECLS
#define SLURM_VERSION_MICRO(a) ((a) & 0xff) #define SLURM_VERSION_MICRO(a) ((a) & 0xff)
/* Define the API's version. Update in META as needed. /* Define the API's version. Update in META as needed.
* Also defined in config.h.
* High-order byte is major version. Update when existing APIs change. * High-order byte is major version. Update when existing APIs change.
* Middle byte is minor version. Update when new functions are added. * Middle byte is minor version. Update when new functions are added.
* Low-order byte is micro version. Update on patches and bug fixes. */ * Low-order byte is micro version. Update on patches and bug fixes. */
#ifndef SLURM_API_VERSION
#undef SLURM_API_VERSION #undef SLURM_API_VERSION
#endif
/*****************************************************************************\ /*****************************************************************************\
* DEFINITIONS FOR INPUT VALUES * DEFINITIONS FOR INPUT VALUES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment