diff mbox

linux: Makefile: 4: Changed Makefile EXTRAVERSION to "-eudyptula"

Message ID 1502750384-19554-1-git-send-email-pramuka.perera@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Pramuka Perera Aug. 14, 2017, 10:39 p.m. UTC
As required by Task 03 of the Eudyptula Challenge, modified the EXTRAVERSION variable to "-eudyptula".

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

Patch

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*