diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-12-27 15:30:22 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-12-27 15:30:22 -0800 |
commit | 5c8fe583cce542aa0b84adc939ce85293de36e5e (patch) | |
tree | c59bf6d904fed5f33b6460f2f06fd0fb472599d7 | |
parent | 14e3e989f6a5d9646b6cf60690499cc8bdc11f7d (diff) |
Linux 5.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* |