diff options
author | Tom Rini <trini@konsulko.com> | 2025-06-09 15:54:18 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-06-09 15:54:18 -0600 |
commit | d7c449c3d83a986d61e38d1762433c0607caf5c5 (patch) | |
tree | e1f79a4471989c2e3b7ac1d2563e74d4b28383fb | |
parent | 51ec8db23280bd6fdb0da2a0257603f21aaf6ef3 (diff) |
Prepare v2025.07-rc4v2025.07-rc4
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | doc/develop/release_cycle.rst | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ VERSION = 2025 PATCHLEVEL = 07 SUBLEVEL = -EXTRAVERSION = -rc3 +EXTRAVERSION = -rc4 NAME = # *DOCUMENTATION* diff --git a/doc/develop/release_cycle.rst b/doc/develop/release_cycle.rst index 36bb9055e6a..fee7cca2628 100644 --- a/doc/develop/release_cycle.rst +++ b/doc/develop/release_cycle.rst @@ -77,7 +77,7 @@ For the next scheduled release, release candidates were made on:: * U-Boot |next_ver|-rc3 was released on Mon 26 May 2025. -.. * U-Boot |next_ver|-rc4 was released on Mon 09 June 2025. +* U-Boot |next_ver|-rc4 was released on Mon 09 June 2025. .. * U-Boot |next_ver|-rc5 was released on Mon 23 June 2025. |