From 28281d4b3482df2d2c0cb2070ab773ed5c18a550 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Wed, 26 Jul 2023 12:34:16 -0700 Subject: [PATCH] Prep for 4.1.6rc2 4.1.6rc1 is tagged. Update the version and update the release date, since it should happen faster than 6 months from now. Signed-off-by: Brian Barrett --- NEWS | 4 ++-- VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 549b74db1e8..c25d19c5c79 100644 --- a/NEWS +++ b/NEWS @@ -58,8 +58,8 @@ included in the vX.Y.Z section and be denoted as: (** also appeared: A.B.C) -- indicating that this item was previously included in release version vA.B.C. -4.1.6 -- February, 2024 ------------------------ +4.1.6 -- August, 2023 +--------------------- - Update to properly handle PMIx v>=4.2.3. Thanks to Bruno Chareyre, Github user @sukanka, and Christof Koehler for raising the diff --git a/VERSION b/VERSION index 4b818ac4c58..861628d7659 100644 --- a/VERSION +++ b/VERSION @@ -70,7 +70,7 @@ release=6 # requirement is that it must be entirely printable ASCII characters # and have no white space. -greek=rc1 +greek=rc2 # If repo_rev is empty, then the repository version number will be # obtained during "make dist" via the "git describe --tags --always"