This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "MPICH primary repository". The branch, master has been updated via f714d81cfef5b7c5dde136a2306531fe57453d6c (commit) from 00d075e23a45f68b82a8b9dd64a1c522ee30db28 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.mpich.org/mpich.git/commitdiff/f714d81cfef5b7c5dde136a2306531fe57... commit f714d81cfef5b7c5dde136a2306531fe57453d6c Author: Pavan Balaji <[email protected]> Date: Sat Apr 26 04:55:03 2014 -0500 Update version in preparation for the 3.1.1 release. No ABI changes. Just update the release count. Signed-off-by: Ken Raffenetti <[email protected]> diff --git a/maint/version.m4 b/maint/version.m4 index 3d8c0da..9692b70 100644 --- a/maint/version.m4 +++ b/maint/version.m4 @@ -14,7 +14,7 @@ # changing this by playing with diversions, but then we would probably be # playing with autotools-fire. -m4_define([MPICH_VERSION_m4],[3.1])dnl +m4_define([MPICH_VERSION_m4],[3.1.1])dnl m4_define([MPICH_RELEASE_DATE_m4],[unreleased development copy])dnl # For libtool ABI versioning rules see: @@ -35,6 +35,6 @@ m4_define([MPICH_RELEASE_DATE_m4],[unreleased development copy])dnl # libmpi so version only includes functionality defined in the MPI # standard, and does not include MPIX_ functions and C++ bindings. -m4_define([libmpi_so_version_m4],[12:0:0])dnl +m4_define([libmpi_so_version_m4],[12:1:0])dnl [#] end of __file__ ----------------------------------------------------------------------- Summary of changes: maint/version.m4 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- MPICH primary repository