2004-11-22 00:37:56 +00:00
|
|
|
/*
|
|
|
|
* $HEADER$
|
|
|
|
*/
|
|
|
|
|
2004-10-26 18:30:34 +00:00
|
|
|
/*
|
|
|
|
* 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_env_VERSION_H
|
|
|
|
#define MCA_pcmclient_env_VERSION_H
|
|
|
|
|
|
|
|
#define MCA_pcmclient_env_MAJOR_VERSION 1
|
|
|
|
#define MCA_pcmclient_env_MINOR_VERSION 0
|
|
|
|
#define MCA_pcmclient_env_RELEASE_VERSION 0
|
|
|
|
#define MCA_pcmclient_env_ALPHA_VERSION 0
|
|
|
|
#define MCA_pcmclient_env_BETA_VERSION 0
|
|
|
|
#define MCA_pcmclient_env_SVN_VERSION "r3276"
|
|
|
|
#define MCA_pcmclient_env_VERSION "1.0r3276"
|
|
|
|
|
|
|
|
#endif /* MCA_pcmclient_env_VERSION_H */
|