diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-06-14 21:45:04 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-06-14 21:45:04 +0200 |
commit | b3a9e3b9622ae10064826dccb4f7a52bd88c7407 (patch) | |
tree | 802152b69ba5b501837bcfed6fb656128176b256 /Makefile | |
parent | Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort... (diff) | |
download | linux-b3a9e3b9622ae10064826dccb4f7a52bd88c7407.tar.xz linux-b3a9e3b9622ae10064826dccb4f7a52bd88c7407.zip |
Linux 5.8-rc1v5.8-rc1
Diffstat (limited to 'Makefile')
-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 = 7 +PATCHLEVEL = 8 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = -rc1 NAME = Kleptomaniac Octopus # *DOCUMENTATION* |