diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-12-08 10:46:56 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-12-08 10:46:56 +0300 |
commit | c01d4d1b885d96a7c8c27d629abeb918ca897dbe (patch) | |
tree | da5bb0e1972e2d30bf42fc28e14cbe0449b4df29 /Makefile | |
parent | 2b70e39bd68fe2f9795552f363f11c0c15db8cfa (diff) | |
download | linux-c01d4d1b885d96a7c8c27d629abeb918ca897dbe.tar.xz |
Linux 4.14.257v4.14.257
Link: https://lore.kernel.org/r/20211206145555.386095297@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 = 256 +SUBLEVEL = 257 EXTRAVERSION = NAME = Petit Gorille |