From 9e1b042a44e835430af9bbc667ffe316f5ce4a62 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Tue, 11 Jul 2023 03:54:17 +0100 Subject: [PATCH] Makefile-fix-upstream-version EXTRAVERSION was not updated correctly for released version. https://lists.denx.de/pipermail/u-boot/2023-July/522256.html Gbp-Pq: Name Makefile-fix-upstream-version.patch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 80300d209..31a556d55 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ VERSION = 2023 PATCHLEVEL = 07 SUBLEVEL = -EXTRAVERSION = -rc6 +EXTRAVERSION = NAME = # *DOCUMENTATION* -- 2.30.2