diff options
author | Tom Rini <trini@konsulko.com> | 2023-10-23 16:29:47 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-10-23 16:29:47 -0400 |
commit | 351da15f71e3d70dbc63e90781b403415452d864 (patch) | |
tree | da8ae795a6e654818c40307e8be4f5a1df3a5358 /Makefile | |
parent | 4bb6f61220f7f4c79ccf98f4281733e6ea6c50f0 (diff) | |
download | u-boot-351da15f71e3d70dbc63e90781b403415452d864.tar.gz u-boot-351da15f71e3d70dbc63e90781b403415452d864.tar.bz2 u-boot-351da15f71e3d70dbc63e90781b403415452d864.zip |
Prepare v2024.01-rc1
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ # SPDX-License-Identifier: GPL-2.0+ -VERSION = 2023 -PATCHLEVEL = 10 +VERSION = 2024 +PATCHLEVEL = 01 SUBLEVEL = -EXTRAVERSION = +EXTRAVERSION = -rc1 NAME = # *DOCUMENTATION* |