Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Dec 27, 2023
1 parent c9b6cdc commit 0e9d63a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 5 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@

mpi-serial

Version 2.4
Version 2.5.0

Ray Loy ([email protected])
Jim Edwards ([email protected])

Originally written by
Ray Loy
John Yackovich

plus contributions from:
Jim Edwards
Steve Goldhaber
Robert Jacob
Sean Patrick Santos
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 1 addition & 3 deletions mpi.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


#include "mpiP.h"
#include "mpi.h"
#include "type.h"
Expand All @@ -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";


/****************************************************************************/
Expand Down

0 comments on commit 0e9d63a

Please sign in to comment.