[mpich] MPICH primary repository branch, master, updated. v3.0.2-85-g2175080
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 21750800ed2475c43e291dd78c0a285ea97babec (commit) from 9ee964cc057a58a5d484ccd92c98ad8f69cce9e0 (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/21750800ed2475c43e291dd78c0a285ea9... commit 21750800ed2475c43e291dd78c0a285ea97babec Author: Dave Goodell <[email protected]> Date: Thu Mar 28 15:57:03 2013 -0500 bump version numbers for v3.0.3 release AFAICS, no changes of substance were made to mpi.h or any of the buildiface scripts, so the ABI string only has its "revision" field incremented by 1 to 10:3:0. No reviewer. diff --git a/maint/version.m4 b/maint/version.m4 index 03dbaab..0660b45 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.2])dnl +m4_define([MPICH_VERSION_m4],[3.0.3])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:2:0])dnl +m4_define([libmpich_so_version_m4],[10:3: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
participants (1)
-
noreply@mpich.org