Skip to content

Commit 39b572f

Browse files
committed
VERSION: update for 2.1.3 release
The only slightly iffy thing here is for libmpi_usempif08.so since there was a change in the definition of PMPI_AINT_ADD_F08 and PMPI_AINT_DIFF_F08, but since the previous definitions were incorrect, no application could actually have been using them. So rather than cause grief for those using mpi_f08, bump both the version and age, even though technically we should revert age back to zero and version up. But drop the revision to zero. All other changes just resulted in revision number getting bumped. Signed-off-by: Howard Pritchard <[email protected]>
1 parent 33cde6c commit 39b572f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

VERSION

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ release=3
2626
# requirement is that it must be entirely printable ASCII characters
2727
# and have no white space.
2828

29-
greek=a1
29+
greek=rc1
3030

3131
# If repo_rev is empty, then the repository version number will be
3232
# obtained during "make dist" via the "git describe --tags --always"
@@ -84,15 +84,15 @@ date="Unreleased developer copy"
8484
# Version numbers are described in the Libtool current:revision:age
8585
# format.
8686

87-
libmpi_so_version=30:2:10
87+
libmpi_so_version=30:3:10
8888
libmpi_cxx_so_version=30:0:10
8989
libmpi_mpifh_so_version=31:1:11
9090
libmpi_usempi_tkr_so_version=30:1:10
9191
libmpi_usempi_ignore_tkr_so_version=30:1:10
92-
libmpi_usempif08_so_version=30:1:10
92+
libmpi_usempif08_so_version=31:0:11
9393

94-
libopen_rte_so_version=30:2:10
95-
libopen_pal_so_version=30:2:10
94+
libopen_rte_so_version=30:3:10
95+
libopen_pal_so_version=30:3:10
9696
libmpi_java_so_version=30:0:10
9797
liboshmem_so_version=30:2:10
9898
libompitrace_so_version=30:0:10

0 commit comments

Comments
 (0)