From 6ed6864fc47cdff0404f15e28c6a0d7afaccd245 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 7 Feb 2007 03:19:44 +0000 Subject: [PATCH] Include the major, minor, release numbers in mpi.h. This commit was SVN r13529. --- ompi/include/mpi.h.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ompi/include/mpi.h.in b/ompi/include/mpi.h.in index 07f995e62f..eb2224795f 100644 --- a/ompi/include/mpi.h.in +++ b/ompi/include/mpi.h.in @@ -99,6 +99,11 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Major, minor, and release version of Open MPI */ +#undef OMPI_MAJOR_VERSION +#undef OMPI_MINOR_VERSION +#undef OMPI_RELEASE_VERSION + /* A type that allows us to have sentinel type values that are still valid */ #undef ompi_fortran_bogus_type_t