[PATCH] kbuild: add custom EXTRAVERSION for LFX mentorship
Xuanjun Wen <[email protected]>
| Newsgroups | dev.linux.lists.linux-kernel-mentees |
|---|---|
| Message-ID | <0106019dcebb86ea-79eaa26b-e4e5-4b14-b6ef-0d546b49ee9b-000000@ap-northeast-1.amazonses.com> |
Modify the EXTRAVERSION field to include the '-wendster-lfx' suffix as a demonstration of the LFX mentorship application task. Signed-off-by: Xuanjun Wen <[email protected]> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e27c91ea56fc..e398b043e822 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = 7 PATCHLEVEL = 1 SUBLEVEL = 0 -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc1-wendster-lfx NAME = Baby Opossum Posse # *DOCUMENTATION* -- 2.54.0