diff options
author | Tom Rini <trini@konsulko.com> | 2023-07-11 11:20:44 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-07-11 11:20:44 -0400 |
commit | 83cdab8b2c6ea0fc0860f8444d083353b47f1d5c (patch) | |
tree | a4bd320379c49b55cc44f961e3388f91edf2b316 | |
parent | 05aa6516c6bb419d01d69fac457c0de563bfd694 (diff) | |
download | u-boot-u-boot-2023.07.y.zip u-boot-u-boot-2023.07.y.tar.gz u-boot-u-boot-2023.07.y.tar.bz2 |
Prepare v2023.07.02v2023.07.02u-boot-2023.07.y
Take the v2023.07 tag, which reported to be v2023.07-rc6 still, and
change this to be v2023.07.02 (as I made a v2023.07.01 incorrectly).
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ VERSION = 2023 PATCHLEVEL = 07 -SUBLEVEL = -EXTRAVERSION = -rc6 +SUBLEVEL = 02 +EXTRAVERSION = NAME = # *DOCUMENTATION* |