diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-10-16 15:36:24 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-10-16 15:36:24 -0700 |
commit | 9abf2313adc1ca1b6180c508c25f22f9395cc780 (patch) | |
tree | c639bfaecdad37507973aebd3007c7b009362414 | |
parent | f1947d7c8a61db1cb0ef909a6512ede0b1f2115b (diff) | |
download | linux-stable-9abf2313adc1ca1b6180c508c25f22f9395cc780.tar.gz linux-stable-9abf2313adc1ca1b6180c508c25f22f9395cc780.tar.bz2 linux-stable-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* |