f636243309
This commit was SVN r8405.
38 строки
1.2 KiB
C
38 строки
1.2 KiB
C
/*
|
|
* 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.
|
|
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
* University of Stuttgart. All rights reserved.
|
|
* Copyright (c) 2004-2005 The Regents of the University of California.
|
|
* All rights reserved.
|
|
* $COPYRIGHT$
|
|
*
|
|
* Additional copyrights may follow
|
|
*
|
|
* $HEADER$
|
|
*/
|
|
|
|
/*
|
|
* This file is automatically created by autogen.sh; it should not
|
|
* be edited by hand!!
|
|
*
|
|
* List of version number for this component
|
|
*/
|
|
|
|
#ifndef MCA_coll_basic_VERSION_H
|
|
#define MCA_coll_basic_VERSION_H
|
|
|
|
#define MCA_coll_basic_MAJOR_VERSION 10
|
|
#define MCA_coll_basic_MINOR_VERSION 0
|
|
#define MCA_coll_basic_RELEASE_VERSION 0
|
|
#define MCA_coll_basic_ALPHA_VERSION 0
|
|
#define MCA_coll_basic_BETA_VERSION 0
|
|
#define MCA_coll_basic_SVN_VERSION "r3276"
|
|
#define MCA_coll_basic_VERSION "10.0r3276"
|
|
|
|
#endif /* MCA_coll_basic_VERSION_H */
|