Skip to content

Commit 9e8c8e8

Browse files
author
rhc54
committed
Merge pull request open-mpi#906 from jsquyres/pr/v1.10.2/version-updates
VERSION: update .so version numbers for v1.10.2
2 parents e0cd931 + d048fc2 commit 9e8c8e8

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

VERSION

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,21 @@ date="Unreleased developer copy"
8282
# Version numbers are described in the Libtool current:revision:age
8383
# format.
8484

85+
# libmpi changed 1.10.1 (12:1:0) --> 1.10.2
8586
libmpi_so_version=12:2:0
8687
libmpi_cxx_so_version=2:3:1
8788
libmpi_mpifh_so_version=12:0:0
88-
libmpi_usempi_tkr_so_version=5:1:4
89-
libmpi_usempi_ignore_tkr_so_version=6:0:0
90-
libmpi_usempif08_so_version=11:1:0
91-
libopen_rte_so_version=12:1:0
89+
# All Fortran libraries changes 1.10.1 (5:1:4,6:0:0,11:1:0) --> 1.10.2 and added new symbols
90+
libmpi_usempi_tkr_so_version=6:0:1
91+
libmpi_usempi_ignore_tkr_so_version=7:0:1
92+
libmpi_usempif08_so_version=12:0:1
93+
# libopen_rte changed 1.10.1 (12:1:0) --> 1.10.2
94+
libopen_rte_so_version=12:2:0
95+
# libopen_pal changed 1.10.1 (13:1:0) --> 1.10.2
9296
libopen_pal_so_version=13:2:0
9397
libmpi_java_so_version=3:0:2
94-
liboshmem_so_version=9:0:0
98+
# liboshmem changed 1.10.1 (8:1:0) --> 1.10.2 and added new symbols
99+
liboshmem_so_version=9:0:1
95100

96101
# "Common" components install standalone libraries that are run-time
97102
# linked by one or more components. So they need to be versioned as

0 commit comments

Comments
 (0)