diff options
author | Tom Rini <trini@konsulko.com> | 2025-05-12 14:33:38 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-05-12 14:33:38 -0600 |
commit | cf37480bc8335494cf88b7180dc3f1eb8cf63a9d (patch) | |
tree | a349d92373273f8f174682dfde77ee4d73978657 | |
parent | 25fefa05d732b5f53a3489a97bc1e5739118123f (diff) |
Prepare v2025.07-rc2v2025.07-rc2
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 = -rc1 +EXTRAVERSION = -rc2 NAME = # *DOCUMENTATION* diff --git a/doc/develop/release_cycle.rst b/doc/develop/release_cycle.rst index 73b354db94e..b68b462257d 100644 --- a/doc/develop/release_cycle.rst +++ b/doc/develop/release_cycle.rst @@ -73,7 +73,7 @@ For the next scheduled release, release candidates were made on:: * U-Boot |next_ver|-rc1 was released on Mon 28 April 2025. -.. * U-Boot |next_ver|-rc2 was released on Mon 12 May 2025. +* U-Boot |next_ver|-rc2 was released on Mon 12 May 2025. .. * U-Boot |next_ver|-rc3 was released on Mon 26 May 2025. |