--- rpl/lapack/lapack/ilaver.f 2010/08/13 21:04:01 1.7 +++ rpl/lapack/lapack/ilaver.f 2011/07/22 07:38:13 1.10 @@ -1,8 +1,8 @@ SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH ) * -* -- LAPACK routine (version 3.2.2) -- +* -- LAPACK routine (version 3.3.1) -- * -* -- June 2010 -- +* April 2011 * * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- @@ -26,8 +26,8 @@ INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH * ===================================================================== VERS_MAJOR = 3 - VERS_MINOR = 2 - VERS_PATCH = 2 + VERS_MINOR = 3 + VERS_PATCH = 1 * ===================================================================== * RETURN