--- rpl/lapack/lapack/ilaver.f 2012/12/14 14:22:43 1.16 +++ rpl/lapack/lapack/ilaver.f 2014/01/27 09:24:35 1.17 @@ -48,18 +48,18 @@ * ===================================================================== SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH ) * -* -- LAPACK computational routine (version 3.4.2) -- +* -- LAPACK computational routine (version 3.5.0) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* September 2012 +* November 2013 * * ===================================================================== * INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH * ===================================================================== VERS_MAJOR = 3 - VERS_MINOR = 4 - VERS_PATCH = 2 + VERS_MINOR = 5 + VERS_PATCH = 0 * ===================================================================== * RETURN