diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-12-28 00:30:22 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-12-28 00:30:22 +0100 |
commit | 5c8fe583cce542aa0b84adc939ce85293de36e5e (patch) | |
tree | c59bf6d904fed5f33b6460f2f06fd0fb472599d7 | |
parent | proc mountinfo: make splice available again (diff) | |
download | linux-5c8fe583cce542aa0b84adc939ce85293de36e5e.tar.xz linux-5c8fe583cce542aa0b84adc939ce85293de36e5e.zip |
Linux 5.11-rc1v5.11-rc1
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 -PATCHLEVEL = 10 +PATCHLEVEL = 11 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = -rc1 NAME = Kleptomaniac Octopus # *DOCUMENTATION* |