diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-12-05 10:59:42 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-12-05 10:59:42 +0100 |
commit | a67e7cdde7cc7984ae24c3c81a70dc1aa34424b1 (patch) | |
tree | 028a0f8332f732935b71288f9be1e146d35000ae /Makefile | |
parent | 3c7c806b3eafd94ae0f77305a174d63b69ec187c (diff) | |
download | linux-stable-linux-4.19.y.tar.gz linux-stable-linux-4.19.y.tar.bz2 linux-stable-linux-4.19.y.zip |
Linux 4.19.325v4.19.325linux-4.19.y
Link: https://lore.kernel.org/r/20241203141923.524658091@linuxfoundation.org
Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
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 = 324 +SUBLEVEL = 325 EXTRAVERSION = NAME = "People's Front" |