diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-11-13 01:19:07 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-11-13 01:19:07 +0100 |
commit | b85ea95d086471afb4ad062012a4d73cd328fa86 (patch) | |
tree | 31dbb7a8c8b931ddcf1ffe67f19347e9fb5574a7 /Makefile | |
parent | wifi: iwlwifi: fix system commands group ordering (diff) | |
download | linux-b85ea95d086471afb4ad062012a4d73cd328fa86.tar.xz linux-b85ea95d086471afb4ad062012a4d73cd328fa86.zip |
Linux 6.7-rc1v6.7-rc1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 6 -PATCHLEVEL = 6 +PATCHLEVEL = 7 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = -rc1 NAME = Hurr durr I'ma ninja sloth # *DOCUMENTATION* |