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 09b425c7ffd1767db5e5f942fa4294ad5d5a1d17 (commit) from 0bbe725b2bdbf4dcc594a22f64c631b1211caf23 (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/09b425c7ffd1767db5e5f942fa4294ad5d... commit 09b425c7ffd1767db5e5f942fa4294ad5d5a1d17 Author: Ken Raffenetti <[email protected]> Date: Mon Feb 17 12:56:44 2014 -0600 update version and changes info for rc4 release We are doing an rc4 before the final 3.1, so update the version and changes info to reflect that. Signed-off-by: Wesley Bland <[email protected]> diff --git a/CHANGES b/CHANGES index 11b1a60..ffb2ca8 100644 --- a/CHANGES +++ b/CHANGES @@ -41,7 +41,7 @@ A full list of changes is available at the following link: - http://git.mpich.org/mpich.git/shortlog/v3.0.4..v3.1 + http://git.mpich.org/mpich.git/shortlog/v3.0.4..v3.1rc4 A full list of bugs that have been fixed is available at the following link: diff --git a/maint/version.m4 b/maint/version.m4 index 4fd24c2..2c89d00 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.1])dnl +m4_define([MPICH_VERSION_m4],[3.1rc4])dnl m4_define([MPICH_RELEASE_DATE_m4],[unreleased development copy])dnl # For libtool ABI versioning rules see: ----------------------------------------------------------------------- Summary of changes: CHANGES | 2 +- maint/version.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- MPICH primary repository