diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-10-09 15:09:46 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-10-09 15:09:46 +0300 |
commit | ed99bf0e81b558df39f7db2fa96d0228be4198c6 (patch) | |
tree | d3eebadcd7fad88bcc134586548e8c381c668ec6 /Makefile | |
parent | 0135fcb86a0bc9e4484f7e1228cadcc343c5edef (diff) | |
download | linux-ed99bf0e81b558df39f7db2fa96d0228be4198c6.tar.xz |
Linux 4.14.250v4.14.250
Link: https://lore.kernel.org/r/20211008112714.445637990@linuxfoundation.org
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 = 14 -SUBLEVEL = 249 +SUBLEVEL = 250 EXTRAVERSION = NAME = Petit Gorille |