diff --git a/ompi/include/ompi/version.h.in b/ompi/include/ompi/version.h.in index 3570102952..af00d1b0f6 100644 --- a/ompi/include/ompi/version.h.in +++ b/ompi/include/ompi/version.h.in @@ -10,6 +10,8 @@ * Copyright (c) 2004-2005 The Regents of the University of California. * All rights reserved. * Copyright (c) 2011 Cisco Systems, Inc. All rights reserved. + * Copyright (c) 2018 Research Organization for Information Science + * and Technology (RIST). All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -27,7 +29,6 @@ #define OMPI_MINOR_VERSION @OMPI_MINOR_VERSION@ #define OMPI_RELEASE_VERSION @OMPI_RELEASE_VERSION@ #define OMPI_GREEK_VERSION "@OMPI_GREEK_VERSION@" -#define OMPI_WANT_REPO_REV @OMPI_WANT_REPO_REV@ #define OMPI_REPO_REV "@OMPI_REPO_REV@" #ifdef OMPI_VERSION /* If we included version.h, we want the real version, not the diff --git a/orte/include/orte/version.h.in b/orte/include/orte/version.h.in index 09e489121c..f02a437f9d 100644 --- a/orte/include/orte/version.h.in +++ b/orte/include/orte/version.h.in @@ -10,6 +10,8 @@ * Copyright (c) 2004-2005 The Regents of the University of California. * All rights reserved. * Copyright (c) 2011 Cisco Systems, Inc. All rights reserved. + * Copyright (c) 2018 Research Organization for Information Science + * and Technology (RIST). All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -27,7 +29,6 @@ #define ORTE_MINOR_VERSION @ORTE_MINOR_VERSION@ #define ORTE_RELEASE_VERSION @ORTE_RELEASE_VERSION@ #define ORTE_GREEK_VERSION "@ORTE_GREEK_VERSION@" -#define ORTE_WANT_REPO_REV @ORTE_WANT_REPO_REV@ #define ORTE_REPO_REV "@ORTE_REPO_REV@" #ifdef ORTE_VERSION /* If we included version.h, we want the real version, not the