From: Krish Gulati <krishgulati7@gmail.com>
Update the EXTRAVERSION field in the top-level Makefile
to identify this custom kernel build.
This is a requirement for the Basic Kernel Skills
task of the LFX Mentorship application.
Signed-off-by: Krish Gulati <krishgulati7@gmail.com>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index d208066bcbb6..32df45e55685 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
VERSION = 6
PATCHLEVEL = 18
SUBLEVEL = 0
-EXTRAVERSION = -rc7
+EXTRAVERSION = -krish-mentorship-application-task2
NAME = Baby Opossum Posse
# *DOCUMENTATION*
--
2.52.0