Skip to content

Commit 3ae171c

Browse files
authored
Merge pull request #510 from bgoglin/master
hwloc 2.11.2 final
2 parents 1a61813 + 275e28d commit 3ae171c

File tree

195 files changed

+10
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

195 files changed

+10
-10
lines changed

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ function pr($name, $url, $comma) {
9292
news("Open MPI v4.1.6 released",
9393
"Bug fix release",
9494
"https://www.mail-archive.com/announce@lists.open-mpi.org/msg00158.html");
95-
news("hwloc 2.11.1",
95+
news("hwloc 2.11.2",
9696
"Stable release",
97-
"https://www.mail-archive.com/hwloc-announce@lists.open-mpi.org/msg00167.html");
97+
"https://www.mail-archive.com/hwloc-announce@lists.open-mpi.org/msg00169.html");
9898
?>
9999
</td>
100100
</tr>

projects/hwloc/doc/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function print_docs($desc, $letterpdf, $a4pdf, $html) {
3636

3737
#########################################################
3838

39-
$versions = array("v2.11.1", "v2.11.0");
39+
$versions = array("v2.11.2", "v2.11.1", "v2.11.0");
4040
$first = 1;
4141
foreach ($versions as $key => $v) {
4242
print_docs("Release $v (stable" . (!$first ? ", old" : "") . ")",

0 commit comments

Comments
 (0)