[PATCH] Makefile: Add EXTRAVERSION for LKMP Summer 2026
Jeongin Yeo <[email protected]>
| Newsgroups | dev.linux.lists.linux-kernel-mentees |
|---|---|
| Message-ID | <[email protected]> |
Add EXTRAVERSION for the LKMP Basic kernel skills task. Signed-off-by: Jeongin Yeo <[email protected]> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e27c91ea56fcf..3c1f8c4a3bdb1 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = 7 PATCHLEVEL = 1 SUBLEVEL = 0 -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc1-jeongin-yeo-LKMP NAME = Baby Opossum Posse # *DOCUMENTATION* -- 2.43.0