[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1rc4-5-gd8ad5bd

Service Account noreply at mpich.org
Wed Feb 19 17:52:36 CST 2014


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  d8ad5bd24d5d14a9e21449b6c4e63db5d926d37c (commit)
      from  d5822be073237589fbb2c9670e94420bdfd63cbf (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/d8ad5bd24d5d14a9e21449b6c4e63db5d926d37c

commit d8ad5bd24d5d14a9e21449b6c4e63db5d926d37c
Author: Pavan Balaji <balaji at mcs.anl.gov>
Date:   Wed Feb 19 17:34:00 2014 -0600

    Update version and ABI string for the mpich-3.1 release.
    
    The C++ virtual function ordering was changed, thus breaking ABI.
    
    Signed-off-by: Antonio J. Pena <apenya at mcs.anl.gov>

diff --git a/maint/version.m4 b/maint/version.m4
index 2c89d00..eaf0221 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.1rc4])dnl
+m4_define([MPICH_VERSION_m4],[3.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
 # libmpich so version only includes functionality defined in the MPI
 # standard, and does not include MPIX_ functions and C++ bindings.
 
-m4_define([libmpich_so_version_m4],[11:3:0])dnl
+m4_define([libmpich_so_version_m4],[12:0: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


More information about the commits mailing list