diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-09-05 11:22:51 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-09-05 11:22:51 +0200 |
commit | e32f4fa1b24d825b2560ca9cfbfd9df44a4310b4 (patch) | |
tree | c0173d438e623d10f7fffbff1b158b5bd05860ab /Makefile | |
parent | 5153710a5eccb294e6e17b76b58615f5a5d0d298 (diff) | |
download | linux-stable-e32f4fa1b24d825b2560ca9cfbfd9df44a4310b4.tar.gz linux-stable-e32f4fa1b24d825b2560ca9cfbfd9df44a4310b4.tar.bz2 linux-stable-e32f4fa1b24d825b2560ca9cfbfd9df44a4310b4.zip |
Linux 5.4.63v5.4.63
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
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 = 5 PATCHLEVEL = 4 -SUBLEVEL = 62 +SUBLEVEL = 63 EXTRAVERSION = NAME = Kleptomaniac Octopus |