commit | 69a4dd2b4dba5f737d2a3803972eab29a48b9a91 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Jul 11 09:55:53 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 11 09:55:53 2023 -0400 |
tree | 858eb9bbdde890946ced642446bca8e2fcc75c07 | |
parent | 0a3cc11f3f0f5d0734d782a58844026493949af5 [diff] [blame] |
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 8d9aef4..1d551da 100644 --- a/Makefile +++ b/Makefile
@@ -3,7 +3,7 @@ VERSION = 2023 PATCHLEVEL = 07 SUBLEVEL = -EXTRAVERSION = -rc6 +EXTRAVERSION = NAME = # *DOCUMENTATION*