diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-08-30 16:31:57 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-08-30 16:31:57 +0200 |
commit | c9852b4dedfce0212d9c06d0d43f04626c6938b1 (patch) | |
tree | 7e5a1ea2024b30fd541cdbdf2bb91330402e8b2d /Makefile | |
parent | aee58f4d80e9987ab89929726cc782b03ae74fe3 (diff) | |
download | linux-stable-c9852b4dedfce0212d9c06d0d43f04626c6938b1.tar.gz linux-stable-c9852b4dedfce0212d9c06d0d43f04626c6938b1.tar.bz2 linux-stable-c9852b4dedfce0212d9c06d0d43f04626c6938b1.zip |
Linux 4.19.293v4.19.293
Link: https://lore.kernel.org/r/20230828101153.030066927@linuxfoundation.org
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
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 = 292 +SUBLEVEL = 293 EXTRAVERSION = NAME = "People's Front" |