From: Tom Rini Date: Tue, 11 Jul 2023 13:55:53 +0000 (-0400) Subject: Makefile: Drop -rc6 X-Git-Tag: v2023.10~101 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7876a695468c9bc17a6dc02054da101450468a40;p=platform%2Fkernel%2Fu-boot.git Makefile: Drop -rc6 When tagging and releasing v2023.07 I forgot to drop the -rc6 tag. For regular use, I've made a v2023.07.01 tag, but for here we can just drop the -rc6 tag. Signed-off-by: Tom Rini --- diff --git a/Makefile b/Makefile index 8d9aef4..1d551da 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ VERSION = 2023 PATCHLEVEL = 07 SUBLEVEL = -EXTRAVERSION = -rc6 +EXTRAVERSION = NAME = # *DOCUMENTATION*