Re: [PATCH] kbuild: add custom EXTRAVERSION for LFX mentorship
"M.samet Duman" <[email protected]>
| Newsgroups | dev.linux.lists.linux-kernel-mentees |
|---|---|
| Message-ID | <[email protected]> |
Okay. Samet > 2026. 4. 27. 오후 2:41, Xuanjun Wen <[email protected]> 작성: > > 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 > >