diff options
author | Julie <julie@cs.utk.edu> | 2017-06-10 16:15:09 -0700 |
---|---|---|
committer | Julie <julie@cs.utk.edu> | 2017-06-10 16:15:09 -0700 |
commit | 5c392680ef6362c234c2f2ab3dadd9a9148ffb8f (patch) | |
tree | 6cad7920912898d9571e3cbe1d7a3d1fba1a966c /LAPACKE/src/lapacke_cgeqr.c | |
parent | e3780628f3d5543cb70cff2e4f5143a95ace0d4e (diff) | |
download | lapack-5c392680ef6362c234c2f2ab3dadd9a9148ffb8f.tar.gz lapack-5c392680ef6362c234c2f2ab3dadd9a9148ffb8f.tar.bz2 lapack-5c392680ef6362c234c2f2ab3dadd9a9148ffb8f.zip |
Preparing for 3.7.1 release
Update version number
from discussion with Vendors, they still would like to have the version
number inside the source file.
Diffstat (limited to 'LAPACKE/src/lapacke_cgeqr.c')
-rw-r--r-- | LAPACKE/src/lapacke_cgeqr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LAPACKE/src/lapacke_cgeqr.c b/LAPACKE/src/lapacke_cgeqr.c index 264b1356..07654acb 100644 --- a/LAPACKE/src/lapacke_cgeqr.c +++ b/LAPACKE/src/lapacke_cgeqr.c @@ -28,7 +28,7 @@ ***************************************************************************** * Contents: Native high-level C interface to LAPACK function cgeqr * Author: Intel Corporation -* Generated December 2016 +* Generated June 2017 *****************************************************************************/ #include "lapacke_utils.h" |