20 строки
583 B
C
20 строки
583 B
C
|
/*
|
||
|
* This file is automatically created by autogen.sh; it should not
|
||
|
* be edited by hand!!
|
||
|
*
|
||
|
* List of version number for this component
|
||
|
*/
|
||
|
|
||
|
#ifndef MCA_pcmclient_slurm_VERSION_H
|
||
|
#define MCA_pcmclient_slurm_VERSION_H
|
||
|
|
||
|
#define MCA_pcmclient_slurm_MAJOR_VERSION 1
|
||
|
#define MCA_pcmclient_slurm_MINOR_VERSION 0
|
||
|
#define MCA_pcmclient_slurm_RELEASE_VERSION 0
|
||
|
#define MCA_pcmclient_slurm_ALPHA_VERSION 0
|
||
|
#define MCA_pcmclient_slurm_BETA_VERSION 0
|
||
|
#define MCA_pcmclient_slurm_SVN_VERSION "r3276"
|
||
|
#define MCA_pcmclient_slurm_VERSION "1.0r3276"
|
||
|
|
||
|
#endif /* MCA_pcmclient_slurm_VERSION_H */
|