From 0e9d63a3953cb289c4030f9218477b5cb4d91ec4 Mon Sep 17 00:00:00 2001 From: James Edwards Date: Wed, 27 Dec 2023 08:00:19 -0700 Subject: [PATCH] update version --- README | 8 +++++--- configure.ac | 2 +- mpi.c | 4 +--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index d5051ab..0ec092f 100644 --- a/README +++ b/README @@ -3,13 +3,15 @@ mpi-serial - Version 2.4 + Version 2.5.0 - Ray Loy (rloy@alcf.anl.gov) + Jim Edwards (jedwards@ucar.edu) + + Originally written by + Ray Loy John Yackovich plus contributions from: - Jim Edwards Steve Goldhaber Robert Jacob Sean Patrick Santos diff --git a/configure.ac b/configure.ac index ebcb7e6..3ca6be7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl initialize autoconf -AC_INIT([mpi-serial], [2.4.1], [https://github.com/ESMCI/mpi-serial]) +AC_INIT([mpi-serial], [2.5.0], [https://github.com/ESMCI/mpi-serial]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([mpi.h]) dnl specify config header file diff --git a/mpi.c b/mpi.c index 30e4095..08417cf 100644 --- a/mpi.c +++ b/mpi.c @@ -1,5 +1,3 @@ - - #include "mpiP.h" #include "mpi.h" #include "type.h" @@ -15,7 +13,7 @@ static int *f_MPI_STATUS_IGNORE; static int *f_MPI_STATUSES_IGNORE; static int *f_MPI_IN_PLACE; -static char *mpi_version_string="mpi-serial 2.4"; +static char *mpi_version_string="mpi-serial 2.5.0"; /****************************************************************************/