[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2a2-167-gebe4354
Service Account
noreply at mpich.org
Thu Feb 19 17:01:37 CST 2015
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 ebe4354c2d26c6ba3a9aeab2f915b90329acf81a (commit)
from bf021b67ef829f1bf8d2562f34f9b327d7603058 (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/ebe4354c2d26c6ba3a9aeab2f915b90329acf81a
commit ebe4354c2d26c6ba3a9aeab2f915b90329acf81a
Author: Junchao Zhang <jczhang at mcs.anl.gov>
Date: Thu Feb 19 09:41:15 2015 -0600
Update libtool and automake versions in release.pl
See also b21dc461 and 67577443
Signed-off-by: Wesley Bland <wbland at anl.gov>
diff --git a/maint/release.pl b/maint/release.pl
index 004301a..e8ff76f 100755
--- a/maint/release.pl
+++ b/maint/release.pl
@@ -153,8 +153,8 @@ print("\n");
## breakage. So make sure the ABI string in the release tarball is
## updated when you do that.
check_autotools_version("autoconf", "2.69");
-check_autotools_version("automake", "1.14");
-check_autotools_version("libtool", "2.4.2");
+check_autotools_version("automake", "1.15");
+check_autotools_version("libtool", "2.4.5");
print("\n");
-----------------------------------------------------------------------
Summary of changes:
maint/release.pl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list