diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-10-01 13:14:54 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-10-01 13:14:54 +0200 |
commit | b09c34517e1ac4018e3bb75ed5c8610a8a1f486b (patch) | |
tree | 1ef8466e325c24c54010f8ffaece8799451bc600 /Makefile | |
parent | 1fa2c32e375e87834a9a2af93210201039f7e1ee (diff) | |
download | linux-stable-b09c34517e1ac4018e3bb75ed5c8610a8a1f486b.tar.gz linux-stable-b09c34517e1ac4018e3bb75ed5c8610a8a1f486b.tar.bz2 linux-stable-b09c34517e1ac4018e3bb75ed5c8610a8a1f486b.zip |
Linux 4.19.149v4.19.149
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Link: https://lore.kernel.org/r/20200929142826.951084251@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 = 148 +SUBLEVEL = 149 EXTRAVERSION = NAME = "People's Front" |