diff options
| author | Tom Rini <[email protected]> | 2025-10-27 16:10:23 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-10-27 16:10:23 -0600 |
| commit | 23987e10905146def3ab61e55ec912c6e742efdc (patch) | |
| tree | 79ece5ef6fc187b882641ef7f9ecfd26482037de | |
| parent | f17f11880a16f214aef8f8b8bbb4958ff2cfcc7c (diff) | |
Prepare v2026.01-rc1v2026.01-rc1
Signed-off-by: Tom Rini <[email protected]>
| -rw-r--r-- | Makefile | 6 | ||||
| -rw-r--r-- | doc/develop/release_cycle.rst | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,9 +1,9 @@ # SPDX-License-Identifier: GPL-2.0+ -VERSION = 2025 -PATCHLEVEL = 10 +VERSION = 2026 +PATCHLEVEL = 01 SUBLEVEL = -EXTRAVERSION = +EXTRAVERSION = -rc1 NAME = # *DOCUMENTATION* diff --git a/doc/develop/release_cycle.rst b/doc/develop/release_cycle.rst index 37abe1c5040..895be95eeb2 100644 --- a/doc/develop/release_cycle.rst +++ b/doc/develop/release_cycle.rst @@ -55,10 +55,10 @@ Current Status * U-Boot v2025.10 was released on Monday, 06 October 2025. -* The Merge Window for the next release (|next_ver|) is **open** until the -rc1 +* The Merge Window for the next release (|next_ver|) is **closed** with the -rc1 release on Monday, 27 October 2025. -* The next branch is now **open** with the -rc2 release on Monday, 11 August +* The next branch is now **closed** until the -rc2 release on Monday, 10 November 2025. * Release "|next_ver|" is scheduled for Monday, 05 January 2026. @@ -71,7 +71,7 @@ Future Releases .. For the next scheduled release, release candidates were made on:: -.. * U-Boot |next_ver|-rc1 was released on Mon 27 October 2025. +* U-Boot |next_ver|-rc1 was released on Mon 27 October 2025. .. * U-Boot |next_ver|-rc2 was released on Mon 10 November 2025. |
