diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-08-11 15:32:36 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-08-11 15:32:36 +0200 |
commit | c14d30dc9987047b439b03d6e6db7d54d9f7f180 (patch) | |
tree | 984b063e08ff490cb9878d2de224ad7e7d32deca /Makefile | |
parent | 67b4be302ca89d49cacc37373049b421b8bcec4e (diff) | |
download | linux-stable-c14d30dc9987047b439b03d6e6db7d54d9f7f180.tar.gz linux-stable-c14d30dc9987047b439b03d6e6db7d54d9f7f180.tar.bz2 linux-stable-c14d30dc9987047b439b03d6e6db7d54d9f7f180.zip |
Linux 4.19.139v4.19.139
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
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 = 138 +SUBLEVEL = 139 EXTRAVERSION = NAME = "People's Front" |