OpenMPI  0.1.1
version.h
1 /*
2  * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
3  * University Research and Technology
4  * Corporation. All rights reserved.
5  * Copyright (c) 2004-2005 The University of Tennessee and The University
6  * of Tennessee Research Foundation. All rights
7  * reserved.
8  * Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
9  * University of Stuttgart. All rights reserved.
10  * Copyright (c) 2004-2005 The Regents of the University of California.
11  * All rights reserved.
12  * Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
13  * $COPYRIGHT$
14  *
15  * Additional copyrights may follow
16  *
17  * $HEADER$
18  *
19  * This file should be included by any file that needs full
20  * version information for the OPAL project
21  */
22 
23 #ifndef OPAL_VERSIONS_H
24 #define OPAL_VERSIONS_H
25 
26 #define OPAL_MAJOR_VERSION 1
27 #define OPAL_MINOR_VERSION 7
28 #define OPAL_RELEASE_VERSION 0
29 #define OPAL_GREEK_VERSION "ft_b4"
30 #define OPAL_WANT_REPO_REV 0
31 #define OPAL_REPO_REV "-1"
32 #ifdef OPAL_VERSION
33 /* If we included version.h, we want the real version, not the
34  stripped (no-r number) verstion */
35 #undef OPAL_VERSION
36 #endif
37 #define OPAL_VERSION "1.7ft_b4"
38 
39 #endif