diff options
| author | Tom Rini <[email protected]> | 2023-07-11 11:20:44 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-07-11 11:20:44 -0400 |
| commit | 83cdab8b2c6ea0fc0860f8444d083353b47f1d5c (patch) | |
| tree | a4bd320379c49b55cc44f961e3388f91edf2b316 /Makefile | |
| parent | 05aa6516c6bb419d01d69fac457c0de563bfd694 (diff) | |
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 <[email protected]>
Diffstat (limited to 'Makefile')
| -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* |
