diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-09-27 23:38:10 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-09-27 23:38:10 +0200 |
commit | a1b8638ba1320e6684aa98233c15255eb803fac7 (patch) | |
tree | 42804282338a870a8ba90f1b08ae4ee2584b4101 /Makefile | |
parent | Merge tag 'kbuild-fixes-v5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/... (diff) | |
download | linux-a1b8638ba1320e6684aa98233c15255eb803fac7.tar.xz linux-a1b8638ba1320e6684aa98233c15255eb803fac7.zip |
Linux 5.9-rc7v5.9-rc7
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ VERSION = 5 PATCHLEVEL = 9 SUBLEVEL = 0 -EXTRAVERSION = -rc6 +EXTRAVERSION = -rc7 NAME = Kleptomaniac Octopus # *DOCUMENTATION* |