Skip to content

Commit 415df6a

Browse files
Merge pull request #810 from baagaard-usgs/update-petsc-3.22.3
Update PETSc to 3.22.3.
2 parents 6d77f4e + a3975c1 commit 415df6a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ Starting with v3.0.0, we strictly follow the [semantic versioning guidelines](ht
55
The version numbers are in the form `MAJOR.MINOR.PATCH`, where major releases indicate changes to the public API (parameters), minor releases indicate new functionality that is backward compatible, and patch releases indicate backward compatible bug fixes.
66
:::
77

8+
## Version 5.0.0
9+
10+
* **Changed**
11+
* Update PETSc to 3.22.3
12+
813
## Version 4.2.0
914

1015
* **Changed**

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ AC_CHECK_HEADER([mpi.h], [], [AC_MSG_ERROR([header 'mpi.h' not found])])
114114

115115
dnl PETSC
116116
AC_LANG(C)
117-
CIT_PATH_PETSC([3.22.2])
117+
CIT_PATH_PETSC([3.22.3])
118118
CIT_HEADER_PETSC
119119
CIT_CHECK_LIB_PETSC
120120

0 commit comments

Comments
 (0)