[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2b4-32-g06ab943
Service Account
noreply at mpich.org
Thu Jul 30 13:26:07 CDT 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 06ab9439f17e830334a716f9745cb40fef413ed6 (commit)
from f48ce34a5bc2c7eb1b0ba3e13efec72a5d674f49 (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/06ab9439f17e830334a716f9745cb40fef413ed6
commit 06ab9439f17e830334a716f9745cb40fef413ed6
Author: Pavan Balaji <balaji at anl.gov>
Date: Fri Jul 24 20:08:43 2015 -0500
Require libtool version 2.4.6.
Upgrade to using the latest libtool version.
Signed-off-by: Ken Raffenetti <raffenet at mcs.anl.gov>
diff --git a/maint/release.pl b/maint/release.pl
index e8ff76f..0d2db75 100755
--- a/maint/release.pl
+++ b/maint/release.pl
@@ -154,7 +154,7 @@ print("\n");
## updated when you do that.
check_autotools_version("autoconf", "2.69");
check_autotools_version("automake", "1.15");
-check_autotools_version("libtool", "2.4.5");
+check_autotools_version("libtool", "2.4.6");
print("\n");
-----------------------------------------------------------------------
Summary of changes:
maint/release.pl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list