From: Vagrant Cascadian Date: Tue, 11 Jul 2023 02:54:17 +0000 (+0100) Subject: Makefile-fix-upstream-version X-Git-Tag: archive/raspbian/2024.01+dfsg-5+rpi1~3^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9e1b042a44e835430af9bbc667ffe316f5ce4a62;p=u-boot.git 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 --- 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*