[PATCH] [PATCH] linux: Makefile: 4: Changed Makefile EXTRAVERSION to "-eudyptula"

From: Pramuka Perera
Date: Mon Aug 14 2017 - 18:39:57 EST


As required by Task 03 of the Eudyptula Challenge, modified the EXTRAVERSION variable to "-eudyptula".

Signed-off-by: Pramuka Perera <pramuka.perera@xxxxxxxxx>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 37087b4..9456b24 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 4
PATCHLEVEL = 13
SUBLEVEL = 0
-EXTRAVERSION = -rc3
+EXTRAVERSION = -eudyptula
NAME = Fearless Coyote

# *DOCUMENTATION*
--
2.7.4