mirror of
https://github.com/Fishwaldo/build.git
synced 2025-04-23 22:41:22 +00:00
27 lines
679 B
Diff
27 lines
679 B
Diff
From 841fca5a32cccd7d0123c0271f4350161ada5507 Mon Sep 17 00:00:00 2001
|
|
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
|
Date: Mon, 14 Dec 2020 19:33:01 +0100
|
|
Subject: Linux 5.10.1
|
|
|
|
Link: https://lore.kernel.org/r/20201214170452.563016590@linuxfoundation.org
|
|
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
|
---
|
|
Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index e30cf02da8b89..076d4e6b9ccc2 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -1,7 +1,7 @@
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
VERSION = 5
|
|
PATCHLEVEL = 10
|
|
-SUBLEVEL = 0
|
|
+SUBLEVEL = 1
|
|
EXTRAVERSION =
|
|
NAME = Kleptomaniac Octopus
|
|
|
|
--
|
|
cgit 1.2.3-1.el7
|
|
|