From: Tom Rini <trini@konsulko.com>
Date: Tue, 11 Jul 2023 13:55:53 +0000 (-0400)
Subject: Makefile: Drop -rc6
X-Git-Tag: v2025.01-rc5-pxa1908~949
X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-favicon.png?a=commitdiff_plain;h=7876a695468c9bc17a6dc02054da101450468a40;p=u-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 <trini@konsulko.com>
---

diff --git a/Makefile b/Makefile
index 8d9aef464d..1d551da3ed 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 VERSION = 2023
 PATCHLEVEL = 07
 SUBLEVEL =
-EXTRAVERSION = -rc6
+EXTRAVERSION =
 NAME =
 
 # *DOCUMENTATION*