diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-07-12 00:07:40 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-07-12 00:07:40 +0200 |
commit | e73f0f0ee7541171d89f2e2491130c7771ba58d3 (patch) | |
tree | f728283b5d6dc695b0d46a9c0a712e556a7c8a6b /Makefile | |
parent | mm/rmap: try_to_migrate() skip zone_device !device_private (diff) | |
download | linux-e73f0f0ee7541171d89f2e2491130c7771ba58d3.tar.xz linux-e73f0f0ee7541171d89f2e2491130c7771ba58d3.zip |
Linux 5.14-rc1v5.14-rc1
Diffstat (limited to '')
-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 = 13 +PATCHLEVEL = 14 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = -rc1 NAME = Opossums on Parade # *DOCUMENTATION* |