diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-05-25 14:42:07 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-05-25 14:42:07 +0200 |
commit | 0e5bb338bf471ec46924f744c4301751bab8793a (patch) | |
tree | 263598df9cd96072477f4e2648b344651805c53f | |
parent | d12cd0bf5d262887eeaa407744618255bde76565 (diff) |
Linux 5.15.43v5.15.43
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 6ad7aabaa7d67..6192e6be49c36 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 PATCHLEVEL = 15 -SUBLEVEL = 42 +SUBLEVEL = 43 EXTRAVERSION = NAME = Trick or Treat |