Skip to content

Commit 11719d3

Browse files
committed
doc: update version to 5.0.0 in prep for GA release
1 parent 1f2e18d commit 11719d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
===============================================================================
2-
Changes in 5.0
2+
Changes in 5.0.0
33
===============================================================================
44
# MPI_VERSION/MPI_SUBVERSION updated to 5 and 0. MPICH now supports the MPI 5.0
55
standard.

maint/version.m4

Lines changed: 2 additions & 2 deletions
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],[5.0.0rc3])dnl
17+
m4_define([MPICH_VERSION_m4],[5.0.0])dnl
1818
m4_define([MPICH_RELEASE_DATE_m4],[unreleased development copy])dnl
1919

2020
# For libtool ABI versioning rules see:
@@ -37,7 +37,7 @@ m4_define([MPICH_RELEASE_DATE_m4],[unreleased development copy])dnl
3737

3838
# Use [0:0:0] for unstable (e.g. alpha and beta) releases.
3939

40-
# last version 4.3.0 - 17:0:5
40+
# last version 5.0.0 - 18:0:6
4141
m4_define([libmpi_so_version_m4],[0:0:0])dnl
4242

4343
# libmpi_abi.so version

0 commit comments

Comments
 (0)