/* * Copyright (c) 2016 Mellanox Technologies, Inc. * All rights reserved. * Copyright (c) 2018 IBM Corporation. All rights reserved. * Copyright (c) 2018 Intel, Inc. All rights reserved. * Copyright (c) 2019 Research Organization for Information Science * and Technology (RIST). All rights reserved. * Copyright (c) 2021 Nanook Consulting All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow * * $HEADER$ */ #ifndef PRTE_VERSION_H #define PRTE_VERSION_H /* define PRTE version */ #define PRTE_VERSION_MAJOR @prtemajor@ #define PRTE_VERSION_MINOR @prteminor@ #define PRTE_VERSION_RELEASE @prterelease@ #define PRTE_NUMERIC_VERSION @prtenumeric@ #endif