[mpich] MPICH primary repository branch, master, updated. v3.0.4-449-ga56be0e
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 a56be0e75cde4afa6aeb21887cec2d6c2f74c355 (commit) from 3a6db38cdb2cdde8362c9e486d4ff52e5a831712 (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/a56be0e75cde4afa6aeb21887cec2d6c2f... commit a56be0e75cde4afa6aeb21887cec2d6c2f74c355 Author: Pavan Balaji <[email protected]> Date: Thu Aug 8 10:36:41 2013 -0500 Fix ABI string for libmpich. We didn't change ABI from 3.0.x, so the 'c' value should still be 10. diff --git a/maint/version.m4 b/maint/version.m4 index 892fdd6..35fe0aa 100644 --- a/maint/version.m4 +++ b/maint/version.m4 @@ -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],[11:0:1])dnl +m4_define([libmpich_so_version_m4],[10:5:0])dnl [#] end of __file__ ----------------------------------------------------------------------- Summary of changes: maint/version.m4 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org