From 999d6ce20bf796e64292d8d82dcb5ef8e5af5d5b Mon Sep 17 00:00:00 2001 From: Ken Raffenetti Date: Tue, 14 Jan 2025 11:55:02 -0600 Subject: [PATCH] doc: Update version.m4 and CHANGES for 4.3.0rc3 --- CHANGES | 5 +++++ maint/version.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 8aaea3eb054..859a1289df0 100644 --- a/CHANGES +++ b/CHANGES @@ -65,6 +65,11 @@ # Fix compilation issue with g++ in -std=gnu++20 mode +# Fix bug in MPI_ANY_SOURCE handling observed using the libfabric CXI + provider + +# Add NIC information to error messages in ch4:ofi netmod + =============================================================================== Changes in 4.2 =============================================================================== diff --git a/maint/version.m4 b/maint/version.m4 index 64daded9212..83e65b2186e 100644 --- a/maint/version.m4 +++ b/maint/version.m4 @@ -14,7 +14,7 @@ # changing this by playing with diversions, but then we would probably be # playing with autotools-fire. -m4_define([MPICH_VERSION_m4],[4.3.0rc2])dnl +m4_define([MPICH_VERSION_m4],[4.3.0rc3])dnl m4_define([MPICH_RELEASE_DATE_m4],[unreleased development copy])dnl # For libtool ABI versioning rules see: