diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-10-17 00:36:24 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-10-17 00:36:24 +0200 |
commit | 9abf2313adc1ca1b6180c508c25f22f9395cc780 (patch) | |
tree | c639bfaecdad37507973aebd3007c7b009362414 | |
parent | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... (diff) | |
download | linux-9abf2313adc1ca1b6180c508c25f22f9395cc780.tar.xz linux-9abf2313adc1ca1b6180c508c25f22f9395cc780.zip |
Linux 6.1-rc1v6.1-rc1
-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 = 0 +PATCHLEVEL = 1 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = -rc1 NAME = Hurr durr I'ma ninja sloth # *DOCUMENTATION* |