Skip to content

Commit 5161938

Browse files
committed
release: set petsc v3.24.0 strings
1 parent 8cf7a3c commit 5161938

File tree

8 files changed

+14
-13
lines changed

8 files changed

+14
-13
lines changed

doc/changes/dev.md renamed to doc/changes/324.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Changes: Development
1+
# Changes: 3.24
22

33
% STYLE GUIDELINES:
44
% * Capitalize sentences

doc/changes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ editor.
2121
```{toctree}
2222
:maxdepth: 1
2323
24-
main - PETSc development version <dev>
24+
3.24 - Public Release, Sep 29, 2025 <324>
2525
3.23 - Public Release, Mar 28, 2025 <323>
2626
3.22 - Public Release, Sep 28, 2024 <322>
2727
3.21 - Public Release, Mar 29, 2024 <321>

doc/install/download.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ library.
2626

2727
Tarball which contains only the source. Documentation available [online](https://petsc.org/release).
2828

29-
- [petsc-3.23.7.tar.gz](https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-3.23.7.tar.gz)
29+
- [petsc-3.24.0.tar.gz](https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-3.24.0.tar.gz)
3030

3131
Tarball which includes all documentation, recommended for offline use.
3232

33-
- [petsc-with-docs-3.23.7.tar.gz](https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-with-docs-3.23.7.tar.gz)
33+
- [petsc-with-docs-3.24.0.tar.gz](https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-with-docs-3.24.0.tar.gz)
3434

3535
Tarball to enable a separate installation of petsc4py.
3636

37-
- [petsc4py-3.23.7.tar.gz](https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc4py-3.23.7.tar.gz)
37+
- [petsc4py-3.24.0.tar.gz](https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc4py-3.24.0.tar.gz)
3838

3939
To extract the sources use:
4040

doc/install/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,10 +564,10 @@ Specify a different `--prefix` location for each configure of different options
564564
configure time. For example:
565565

566566
```console
567-
$ ./configure --prefix=/opt/petsc/petsc-3.23.0-mpich --with-mpi-dir=/opt/mpich
567+
$ ./configure --prefix=/opt/petsc/petsc-3.24.0-mpich --with-mpi-dir=/opt/mpich
568568
$ make
569569
$ make install [DESTDIR=/tmp/petsc-pkg]
570-
$ ./configure --prefix=/opt/petsc/petsc-3.23.0-openmpi --with-mpi-dir=/opt/openmpi
570+
$ ./configure --prefix=/opt/petsc/petsc-3.24.0-openmpi --with-mpi-dir=/opt/openmpi
571571
$ make
572572
$ make install [DESTDIR=/tmp/petsc-pkg]
573573
```

doc/overview/previous_release_docs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
```{toctree}
44
:maxdepth: 1
55
6+
3.23 <https://web.cels.anl.gov/projects/petsc/vault/petsc-3.23/docs>
67
3.22 <https://web.cels.anl.gov/projects/petsc/vault/petsc-3.22/docs>
78
3.21 <https://web.cels.anl.gov/projects/petsc/vault/petsc-3.21/docs>
89
3.20 <https://web.cels.anl.gov/projects/petsc/vault/petsc-3.20/docs>

doc/petsc.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9014,7 +9014,7 @@ @TechReport{ petsc-user-ref
90149014
and Junchao Zhang},
90159015
title = {{PETSc/TAO} Users Manual},
90169016
institution = {Argonne National Laboratory},
9017-
number = {ANL-21/39 - Revision 3.23},
9017+
number = {ANL-21/39 - Revision 3.24},
90189018
doi = {10.2172/2565610},
90199019
year = {2025}
90209020
}

include/petscversion.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
/* MANSEC = Sys */
66

7-
#define PETSC_VERSION_RELEASE 0
7+
#define PETSC_VERSION_RELEASE 1
88
#define PETSC_VERSION_MAJOR 3
9-
#define PETSC_VERSION_MINOR 23
10-
#define PETSC_VERSION_SUBMINOR 7
11-
#define PETSC_RELEASE_DATE "Mar 28, 2025"
9+
#define PETSC_VERSION_MINOR 24
10+
#define PETSC_VERSION_SUBMINOR 0
11+
#define PETSC_RELEASE_DATE "Sep 29, 2025"
1212
#define PETSC_VERSION_DATE "unknown"
1313

1414
#if !defined(PETSC_VERSION_GIT)

src/sys/objects/pinit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ PetscErrorCode PetscCitationsInitialize(void)
470470
and Jose~E. Roman and Karl Rupp and Patrick Sanan and Jason Sarich and Barry~F. Smith and Hansol Suh\n\
471471
and Stefano Zampini and Hong Zhang and Hong Zhang and Junchao Zhang},\n\
472472
Title = {{PETSc/TAO} Users Manual},\n\
473-
Number = {ANL-21/39 - Revision 3.23},\n\
473+
Number = {ANL-21/39 - Revision 3.24},\n\
474474
Doi = {10.2172/2565610},\n\
475475
Institution = {Argonne National Laboratory},\n\
476476
Year = {2025}\n}\n",

0 commit comments

Comments
 (0)