From 30db474704405be823259851cbb76fa05366c8af Mon Sep 17 00:00:00 2001
From: Tom Rini <trini@konsulko.com>
Date: Mon, 30 Jan 2023 15:36:45 -0500
Subject: [PATCH] Prepare v2023.04-rc1

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 Makefile                      | 4 ++--
 doc/develop/release_cycle.rst | 7 +++----
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile
index 9c38cc29e9..7eaf45496c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
 # SPDX-License-Identifier: GPL-2.0+
 
 VERSION = 2023
-PATCHLEVEL = 01
+PATCHLEVEL = 04
 SUBLEVEL =
-EXTRAVERSION =
+EXTRAVERSION = -rc1
 NAME =
 
 # *DOCUMENTATION*
diff --git a/doc/develop/release_cycle.rst b/doc/develop/release_cycle.rst
index 16fb4a6288..746bd9632d 100644
--- a/doc/develop/release_cycle.rst
+++ b/doc/develop/release_cycle.rst
@@ -50,8 +50,7 @@ Current Status
 
 * U-Boot v2023.01 was released on Mon 09 January 2023.
 
-* The Merge Window for the next release (v2023.04) is **open** until -rc1
-  release on Mon 30 January 2023.
+* The Merge Window for the next release (v2023.04) is **closed**.
 
 * Release "v2023.04" is scheduled for 03 April 2023.
 
@@ -61,9 +60,9 @@ Future Releases
 .. The following commented out dates are for when release candidates are
    planned to be tagged.
 
-.. For the next scheduled release, release candidates were made on::
+For the next scheduled release, release candidates were made on::
 
-.. * U-Boot v2023.04-rc1 was released on Mon 30 January 2023.
+* U-Boot v2023.04-rc1 was released on Mon 30 January 2023.
 
 .. * U-Boot v2023.04-rc2 was released on Mon 13 February 2023.
 
-- 
2.39.5