diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-08-26 10:31:07 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-08-26 10:31:07 +0200 |
commit | f6d5cb9e2c06f7d583dd9f4f7cca21d13d78c32a (patch) | |
tree | cfb91b41dc71be4242bb12821e6dae674899beee /Makefile | |
parent | 0f09071279b2e5c2ebffa9b60375c52aee576c61 (diff) | |
download | linux-stable-f6d5cb9e2c06f7d583dd9f4f7cca21d13d78c32a.tar.gz linux-stable-f6d5cb9e2c06f7d583dd9f4f7cca21d13d78c32a.tar.bz2 linux-stable-f6d5cb9e2c06f7d583dd9f4f7cca21d13d78c32a.zip |
Linux 4.19.142v4.19.142
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 141 +SUBLEVEL = 142 EXTRAVERSION = NAME = "People's Front" |