diff options
author | Tom Rini | 2023-07-11 09:55:53 -0400 |
---|---|---|
committer | Tom Rini | 2023-07-11 09:55:53 -0400 |
commit | 7876a695468c9bc17a6dc02054da101450468a40 (patch) | |
tree | 858eb9bbdde890946ced642446bca8e2fcc75c07 /Makefile | |
parent | 146a82c017d51eb2c3b8be33854f200f1e52a1cb (diff) |
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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ VERSION = 2023 PATCHLEVEL = 07 SUBLEVEL = -EXTRAVERSION = -rc6 +EXTRAVERSION = NAME = # *DOCUMENTATION* |