1/*
2 * Copyright (c) 2013      Mellanox Technologies, Inc.
3 *                         All rights reserved.
4 * $COPYRIGHT$
5 *
6 * Additional copyrights may follow
7 *
8 * $HEADER$
9 *
10 * This file should be included by any file that needs full
11 * version information for the OSHMEM project
12 */
13
14#ifndef OSHMEM_VERSIONS_H
15#define OSHMEM_VERSIONS_H
16
17#define OSHMEM_MAJOR_VERSION @OSHMEM_MAJOR_VERSION@
18#define OSHMEM_MINOR_VERSION @OSHMEM_MINOR_VERSION@
19#define OSHMEM_RELEASE_VERSION @OSHMEM_RELEASE_VERSION@
20#define OSHMEM_GREEK_VERSION "@OSHMEM_GREEK_VERSION@"
21#define OSHMEM_WANT_REPO_REV @OSHMEM_WANT_REPO_REV@
22#define OSHMEM_REPO_REV "@OSHMEM_REPO_REV@"
23#ifdef OSHMEM_VERSION
24/* If we included version.h, we want the real version, not the
25   stripped (no-r number) version */
26#undef OSHMEM_VERSION
27#endif
28#define OSHMEM_VERSION "@OSHMEM_VERSION@"
29
30#endif
31