1515
1616major=1
1717minor=10
18- release=2
18+ release=3
1919
2020# greek is generally used for alpha or beta release tags. If it is
2121# non-empty, it will be appended to the version number. It does not
@@ -24,7 +24,7 @@ release=2
2424# requirement is that it must be entirely printable ASCII characters
2525# and have no white space.
2626
27- greek=rc4
27+ greek=a1
2828
2929# If repo_rev is empty, then the repository version number will be
3030# obtained during "make dist" via the "git describe --tags --always"
@@ -82,20 +82,15 @@ 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
8685libmpi_so_version=12:2:0
8786libmpi_cxx_so_version=2:3:1
8887libmpi_mpifh_so_version=12:0: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
9088libmpi_usempi_tkr_so_version=6:0:1
9189libmpi_usempi_ignore_tkr_so_version=7:0:1
9290libmpi_usempif08_so_version=12:0:1
93- # libopen_rte changed 1.10.1 (12:1:0) --> 1.10.2
9491libopen_rte_so_version=12:2:0
95- # libopen_pal changed 1.10.1 (13:1:0) --> 1.10.2
9692libopen_pal_so_version=13:2:0
9793libmpi_java_so_version=3:0:2
98- # liboshmem changed 1.10.1 (8:1:0) --> 1.10.2 and added new symbols
9994liboshmem_so_version=9:0:1
10095
10196# "Common" components install standalone libraries that are run-time
0 commit comments