2004-11-22 03:37:56 +03:00
|
|
|
/*
|
2005-11-05 22:57:48 +03:00
|
|
|
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
|
|
|
|
* University Research and Technology
|
|
|
|
* Corporation. All rights reserved.
|
|
|
|
* Copyright (c) 2004-2005 The University of Tennessee and The University
|
|
|
|
* of Tennessee Research Foundation. All rights
|
|
|
|
* reserved.
|
2004-11-28 23:09:25 +03:00
|
|
|
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
* University of Stuttgart. All rights reserved.
|
2005-03-24 15:43:37 +03:00
|
|
|
* Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
* All rights reserved.
|
2004-11-22 04:38:40 +03:00
|
|
|
* $COPYRIGHT$
|
|
|
|
*
|
|
|
|
* Additional copyrights may follow
|
|
|
|
*
|
2004-11-22 03:37:56 +03:00
|
|
|
* $HEADER$
|
|
|
|
*/
|
|
|
|
|
2004-10-26 22:30:34 +04: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_ptl_prof_VERSION_H
|
|
|
|
#define MCA_ptl_prof_VERSION_H
|
|
|
|
|
|
|
|
#define MCA_ptl_prof_MAJOR_VERSION 1
|
|
|
|
#define MCA_ptl_prof_MINOR_VERSION 0
|
|
|
|
#define MCA_ptl_prof_RELEASE_VERSION 0
|
|
|
|
#define MCA_ptl_prof_ALPHA_VERSION 0
|
|
|
|
#define MCA_ptl_prof_BETA_VERSION 0
|
|
|
|
#define MCA_ptl_prof_SVN_VERSION "r3276"
|
|
|
|
#define MCA_ptl_prof_VERSION "1.0r3276"
|
|
|
|
|
|
|
|
#endif /* MCA_ptl_prof_VERSION_H */
|