diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-09-10 16:28:41 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-09-10 16:28:41 -0700 |
commit | 0bb80ecc33a8fb5a682236443c1e740d5c917d1d (patch) | |
tree | 6c62c0b6a47d70362a528fcc358f0e9215263df9 | |
parent | 1548b060d6f32a00a2f7e2c11328205fb66fc4fa (diff) | |
download | linux-master.tar.gz |
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 73f23fa0677a19..ceb23eed4dce2b 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 6 -PATCHLEVEL = 5 +PATCHLEVEL = 6 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = -rc1 NAME = Hurr durr I'ma ninja sloth # *DOCUMENTATION* |