Skip to content

Commit

Permalink
Updating version on Version files
Browse files Browse the repository at this point in the history
  • Loading branch information
julielangou committed Dec 23, 2016
1 parent d6326d7 commit 96ea435
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ endif()
project(LAPACK Fortran)

set(LAPACK_MAJOR_VERSION 3)
set(LAPACK_MINOR_VERSION 6)
set(LAPACK_PATCH_VERSION 1)
set(LAPACK_MINOR_VERSION 7)
set(LAPACK_PATCH_VERSION 0)
set(
LAPACK_VERSION
${LAPACK_MAJOR_VERSION}.${LAPACK_MINOR_VERSION}.${LAPACK_PATCH_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion DOCS/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = LAPACK
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 3.6.0
PROJECT_NUMBER = 3.7.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion DOCS/Doxyfile_man
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = LAPACK
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 3.6.1
PROJECT_NUMBER = 3.7.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
8 changes: 4 additions & 4 deletions INSTALL/ilaver.f
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
*> \date June 2016
*> \date December 2016
*
*> \ingroup auxOTHERauxiliary
*
* =====================================================================
SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
*
* -- LAPACK computational routine (version 3.6.0) --
* -- LAPACK computational routine (version 3.7.0) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* June 2016
Expand All @@ -58,8 +58,8 @@ SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH
* =====================================================================
VERS_MAJOR = 3
VERS_MINOR = 6
VERS_PATCH = 1
VERS_MINOR = 7
VERS_PATCH = 0
* =====================================================================
*
RETURN
Expand Down
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ VERSION 3.4.2 : September 2012
VERSION 3.5.0 : November 2013
VERSION 3.6.0 : November 2015
VERSION 3.6.1 : June 2016
VERSION 3.7.0 : December 2016


LAPACK is a library of Fortran 90 with subroutines for solving
Expand Down
8 changes: 4 additions & 4 deletions SRC/ilaver.f
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
*> \date June 2016
*> \date December 2016
*
*> \ingroup OTHERauxiliary
*
* =====================================================================
SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
*
* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK computational routine (version 3.7.0) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* June 2016
Expand All @@ -64,8 +64,8 @@ SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH
* =====================================================================
VERS_MAJOR = 3
VERS_MINOR = 6
VERS_PATCH = 1
VERS_MINOR = 7
VERS_PATCH = 0
* =====================================================================
*
RETURN
Expand Down
4 changes: 2 additions & 2 deletions make.inc.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####################################################################
# LAPACK make include file. #
# LAPACK, Version 3.6.1 #
# June 2016 #
# LAPACK, Version 3.7.0 #
# December 2016 #
####################################################################
#
SHELL = /bin/sh
Expand Down

0 comments on commit 96ea435

Please sign in to comment.