--- rpl/lapack/lapack/ilaver.f 2010/08/06 15:32:37 1.4 +++ 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.1) -- +* -- LAPACK routine (version 3.3.1) -- * -* -- April 2009 -- +* April 2011 * * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- @@ -26,7 +26,7 @@ INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH * ===================================================================== VERS_MAJOR = 3 - VERS_MINOR = 2 + VERS_MINOR = 3 VERS_PATCH = 1 * ===================================================================== *