Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1711525 > unrolled thread
| Started by | Pramuka Perera <pramuka.perera@gmail.com> |
|---|---|
| First post | 2017-08-15 00:40 +0200 |
| Last post | 2017-08-15 00:40 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] [PATCH] linux: Makefile: 4: Changed Makefile EXTRAVERSION to "-eudyptula" Pramuka Perera <pramuka.perera@gmail.com> - 2017-08-15 00:40 +0200
| From | Pramuka Perera <pramuka.perera@gmail.com> |
|---|---|
| Date | 2017-08-15 00:40 +0200 |
| Subject | [PATCH] [PATCH] linux: Makefile: 4: Changed Makefile EXTRAVERSION to "-eudyptula" |
| Message-ID | <uewbD-1sJ-15@gated-at.bofh.it> |
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 --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
Back to top | Article view | linux.kernel
csiph-web