[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.0.1-87-g2726919

mysql vizuser noreply at mpich.org
Wed Jan 30 13:27:33 CST 2013


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  2726919fb15aab469342332458e85a78ff661822 (commit)
      from  d20626f7e331759564b612729966271c083ba539 (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/2726919fb15aab469342332458e85a78ff661822

commit 2726919fb15aab469342332458e85a78ff661822
Author: Dave Goodell <goodell at mcs.anl.gov>
Date:   Wed Jan 30 13:24:49 2013 -0600

    update version.m4 for 3.0.2 release
    
    ABI string is bumped from c:r:a of 10:1:0 to 10:2:1.  Though changes
    were made to mpi.h.in, none of them affect "interfaces" in the libtool
    sense.  They merely affect some clang compile-time checking.
    
    No reviewer.

diff --git a/maint/version.m4 b/maint/version.m4
index 871f140..03dbaab 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.0.1])dnl
+m4_define([MPICH_VERSION_m4],[3.0.2])dnl
 m4_define([MPICH_RELEASE_DATE_m4],[unreleased development copy])dnl
 
 # For libtool ABI versioning rules see:
@@ -31,6 +31,6 @@ m4_define([MPICH_RELEASE_DATE_m4],[unreleased development copy])dnl
 #
 #     4. If any interfaces have been removed since the last public
 #     release, then set age to 0.
-m4_define([libmpich_so_version_m4],[10:1:0])dnl
+m4_define([libmpich_so_version_m4],[10:2: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