Skip to content

Commit 57f15d8

Browse files
Change ILAVER and Doxyfile accordingly
1 parent 9300418 commit 57f15d8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

DOCS/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = LAPACK
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 3.10.1
41+
PROJECT_NUMBER = 3.11.0
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

DOCS/Doxyfile_man

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = LAPACK
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 3.10.1
41+
PROJECT_NUMBER = 3.11.0
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

INSTALL/ilaver.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
5858
INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH
5959
* =====================================================================
6060
VERS_MAJOR = 3
61-
VERS_MINOR = 10
62-
VERS_PATCH = 1
61+
VERS_MINOR = 11
62+
VERS_PATCH = 0
6363
* =====================================================================
6464
*
6565
RETURN

0 commit comments

Comments
 (0)