diff options
author | Tom Rini <trini@konsulko.com> | 2023-08-07 15:26:50 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-08-07 15:26:50 -0400 |
commit | a169438411f9277cc689c14078151aa1d1caae3c (patch) | |
tree | 58d93538b18d43a478d6256e56d9e1a4846f50f6 | |
parent | df8967435a0b2fdc0657a003bf401e1c5af1ea6d (diff) |
Prepare v2023.10-rc2v2023.10-rc2
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | doc/develop/release_cycle.rst | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ VERSION = 2023 PATCHLEVEL = 10 SUBLEVEL = -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc2 NAME = # *DOCUMENTATION* diff --git a/doc/develop/release_cycle.rst b/doc/develop/release_cycle.rst index 46bc200e486..752e1304d37 100644 --- a/doc/develop/release_cycle.rst +++ b/doc/develop/release_cycle.rst @@ -52,7 +52,7 @@ Current Status * The Merge Window for the next release (v2023.10) is **closed**. -* The next branch is now **closed**. +* The next branch is now **open**. * Release "v2023.10" is scheduled for 02 October 2023. @@ -66,7 +66,7 @@ For the next scheduled release, release candidates were made on:: * U-Boot v2023.10-rc1 was released on Tue 25 July 2023. -.. * U-Boot v2023.10-rc2 was released on Mon 07 August 2023. +* U-Boot v2023.10-rc2 was released on Mon 07 August 2023. .. * U-Boot v2023.10-rc3 was released on Mon 21 August 2023. |