diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2017-03-20 03:09:39 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-03-20 03:09:39 +0100 |
commit | 97da3854c526d3a6ee05c849c96e48d21527606c (patch) | |
tree | 0a03a49dee39faad2ca04cf7be04a52881447035 | |
parent | mm/swap: don't BUG_ON() due to uninitialized swap slot cache (diff) | |
download | linux-4.11-rc3.tar.xz linux-4.11-rc3.zip |
Linux 4.11-rc3v4.11-rc3
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ VERSION = 4 PATCHLEVEL = 11 SUBLEVEL = 0 -EXTRAVERSION = -rc2 +EXTRAVERSION = -rc3 NAME = Fearless Coyote # *DOCUMENTATION* |