Skip to content

Commit a9b5c5c

Browse files
authored
Merge pull request #6908 from rhc54/cmr30x/pmix223
v3.0.x: Update to official PMIx v2.2.3 release
2 parents 6537d30 + 5586d45 commit a9b5c5c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

opal/mca/pmix/pmix2x/pmix/NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ example, a bug might be fixed in the master, and then moved to the
2121
current release as well as the "stable" bug fix release branch.
2222

2323

24-
2.2.3 -- TBD
24+
2.2.3 -- 15 Aug 2019
2525
----------------------
2626
- PR #1162: Fix race condition when clients fail while in a PMIx
2727
collective operation

opal/mca/pmix/pmix2x/pmix/VERSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ release=3
2424
# The only requirement is that it must be entirely printable ASCII
2525
# characters and have no white space.
2626

27-
greek=rc2
27+
greek=
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"
3131
# command, or with the date (if "git describe" fails) in the form of
3232
# "date<date>".
3333

34-
repo_rev=git9a14c877
34+
repo_rev=gite62aa424
3535

3636
# If tarball_version is not empty, it is used as the version string in
3737
# the tarball filename, regardless of all other versions listed in
@@ -45,7 +45,7 @@ tarball_version=
4545

4646
# The date when this release was created
4747

48-
date="Aug 09, 2019"
48+
date="Aug 15, 2019"
4949

5050
# The shared library version of each of PMIx's public libraries.
5151
# These versions are maintained in accordance with the "Library

opal/mca/pmix/pmix2x/pmix/contrib/pmix.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192

193193
Summary: An extended/exascale implementation of PMI
194194
Name: %{?_name:%{_name}}%{!?_name:pmix}
195-
Version: 2.2.3rc2
195+
Version: 2.2.3
196196
Release: 1%{?dist}
197197
License: BSD
198198
Group: Development/Libraries

0 commit comments

Comments
 (0)