According to Task 03 of Eudyptula Challenge, when running the newly compiled kernel, 'eudyptula' string should be visible in the kernel version, when running 'uname -r' command. Signed-off-by: Ciprian Manea --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a9ad490..c9580d8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 4 PATCHLEVEL = 2 SUBLEVEL = 0 -EXTRAVERSION = -rc3 +EXTRAVERSION = -eudyptula NAME = Hurr durr I'ma sheep # *DOCUMENTATION* -- 1.9.1