[mpich] MPICH primary repository branch, master, updated. v3.2rc2-1-ga4121ab
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 a4121ab15f4660041503b9f967afded35c2024ad (commit) from ac88ffc3e89d838d786d52580b12d6863864ecc8 (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/a4121ab15f4660041503b9f967afded35c... commit a4121ab15f4660041503b9f967afded35c2024ad Author: Pavan Balaji <[email protected]> Date: Mon Nov 9 19:17:02 2015 -0600 Update version string for the 3.2 release. ABI string is set to 13:0:1 since we added the NBC I/O routines, but are still backward compatible with the previous libmpi-12 series. Signed-off-by: Ken Raffenetti <[email protected]> diff --git a/maint/version.m4 b/maint/version.m4 index fa5951e..d3e271e 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.2rc2])dnl +m4_define([MPICH_VERSION_m4],[3.2])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],[0:0:0])dnl +m4_define([libmpi_so_version_m4],[13:0:1])dnl [#] end of __file__ ----------------------------------------------------------------------- Summary of changes: maint/version.m4 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org