diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-04-19 23:35:30 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-04-19 23:35:30 +0200 |
commit | ae83d0b416db002fe95601e7f97f64b59514d936 (patch) | |
tree | e7257669d41a164286c7e85ecbb0b8665bb9b354 /Makefile | |
parent | mm: Fix MREMAP_DONTUNMAP accounting on VMA merge (diff) | |
download | linux-ae83d0b416db002fe95601e7f97f64b59514d936.tar.xz linux-ae83d0b416db002fe95601e7f97f64b59514d936.zip |
Linux 5.7-rc2v5.7-rc2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ VERSION = 5 PATCHLEVEL = 7 SUBLEVEL = 0 -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc2 NAME = Kleptomaniac Octopus # *DOCUMENTATION* |