Skip to content

Commit

Permalink
Update version information
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristopherson committed Dec 21, 2022
1 parent f33abe5 commit f6f1073
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.17)
project(
linalg
LANGUAGES Fortran C
VERSION 1.6.1
VERSION 1.7.0
)

# Utilize the GNU installation structure
Expand Down
2 changes: 1 addition & 1 deletion doc/C Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = linalg
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.6.1
PROJECT_NUMBER = 1.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 doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = linalg
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.6.1
PROJECT_NUMBER = 1.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

0 comments on commit f6f1073

Please sign in to comment.