aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-07-11 09:55:53 -0400
committerTom Rini <trini@konsulko.com>2023-07-11 09:55:53 -0400
commit7876a695468c9bc17a6dc02054da101450468a40 (patch)
tree858eb9bbdde890946ced642446bca8e2fcc75c07
parent146a82c017d51eb2c3b8be33854f200f1e52a1cb (diff)
downloadu-boot-7876a695468c9bc17a6dc02054da101450468a40.zip
u-boot-7876a695468c9bc17a6dc02054da101450468a40.tar.gz
u-boot-7876a695468c9bc17a6dc02054da101450468a40.tar.bz2
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>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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*