Skip to content

Commit 097626e

Browse files
authored
Quickstart: Bump suggested preCICE version to v3.2.0 (#649)
1 parent b871707 commit 097626e

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

quickstart/README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,15 @@ To get a feeling what preCICE does, watch a [short presentation](https://www.you
2121
1. Get and install preCICE. For Ubuntu 24.04 (Noble Numbat), this is pretty easy: [download](https://github.com/precice/precice/releases/latest) and install our binary package by clicking on it or using the following commands:
2222

2323
```bash
24-
wget https://github.com/precice/precice/releases/download/v3.1.2/libprecice3_3.1.2_noble.deb
25-
sudo apt install ./libprecice3_3.1.2_noble.deb
24+
wget https://github.com/precice/precice/releases/download/v3.2.0/libprecice3_3.2.0_noble.deb
25+
sudo apt install ./libprecice3_3.2.0_noble.deb
2626
```
2727

2828
| OS | Package |
2929
| --- | --- |
30-
| Ubuntu 20.04 Focal Fossa | [`libprecice3_3.1.2_focal.deb`](https://github.com/precice/precice/releases/download/v3.1.2/libprecice3_3.1.2_focal.deb) |
31-
| Ubuntu 22.04 Jammy Jellyfish | [`libprecice3_3.1.2_jammy.deb`](https://github.com/precice/precice/releases/download/v3.1.2/libprecice3_3.1.2_jammy.deb) |
32-
| Ubuntu 24.04 Noble Numbat | [`libprecice3_3.1.2_noble.deb`](https://github.com/precice/precice/releases/download/v3.1.2/libprecice3_3.1.2_noble.deb) |
33-
| Debian 11 "bullseye" | [`libprecice3_3.1.2_bullseye.deb`](https://github.com/precice/precice/releases/download/v3.1.2/libprecice3_3.1.2_bullseye.deb) |
34-
| Debian 12 "bookworm" | [`libprecice3_3.1.2_bookworm.deb`](https://github.com/precice/precice/releases/download/v3.1.2/libprecice3_3.1.2_bookworm.deb) |
30+
| Ubuntu 22.04 Jammy Jellyfish | [`libprecice3_3.2.0_jammy.deb`](https://github.com/precice/precice/releases/download/v3.2.0/libprecice3_3.2.0_jammy.deb) |
31+
| Ubuntu 24.04 Noble Numbat | [`libprecice3_3.2.0_noble.deb`](https://github.com/precice/precice/releases/download/v3.2.0/libprecice3_3.2.0_noble.deb) |
32+
| Debian 12 "bookworm" | [`libprecice3_3.2.0_bookworm.deb`](https://github.com/precice/precice/releases/download/v3.2.0/libprecice3_3.2.0_bookworm.deb) |
3533
| Something else | See an [overview of options](https://precice.org/installation-overview.html) |
3634

3735
Facing any problems? [Ask for help](https://precice.org/community-channels.html).

0 commit comments

Comments
 (0)