Skip to content

Commit 96f033f

Browse files
committed
doc: Update version.m4 and CHANGES for 4.3.0rc2
1 parent 02cd80e commit 96f033f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@
6060

6161
# Make check target will run ROMIO tests.
6262

63+
# Add back handle conversion macros (f2c/c2f) to preserve ABI
64+
compatibility with older MPICH libraries
65+
66+
# Fix compilation issue with g++ in -std=gnu++20 mode
67+
6368
===============================================================================
6469
Changes in 4.2
6570
===============================================================================

maint/version.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# changing this by playing with diversions, but then we would probably be
1515
# playing with autotools-fire.
1616

17-
m4_define([MPICH_VERSION_m4],[4.3.0rc1])dnl
17+
m4_define([MPICH_VERSION_m4],[4.3.0rc2])dnl
1818
m4_define([MPICH_RELEASE_DATE_m4],[unreleased development copy])dnl
1919

2020
# For libtool ABI versioning rules see:

0 commit comments

Comments
 (0)