Joel Stanley | 8a681bf | 2017-11-03 13:59:32 +1100 | [diff] [blame^] | 1 | From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 |
| 2 | From: Joel Stanley <joel@jms.id.au> |
| 3 | Date: Fri, 3 Nov 2017 13:56:40 +1100 |
| 4 | Subject: [PATCH 4/4] Release OpenPower kernel |
| 5 | |
| 6 | Signed-off-by: Joel Stanley <joel@jms.id.au> |
| 7 | --- |
| 8 | Makefile | 2 +- |
| 9 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 10 | |
| 11 | diff --git a/Makefile b/Makefile |
| 12 | index 8280953c8a45..a2394578649f 100644 |
| 13 | --- a/Makefile |
| 14 | +++ b/Makefile |
| 15 | @@ -1,7 +1,7 @@ |
| 16 | VERSION = 4 |
| 17 | PATCHLEVEL = 13 |
| 18 | SUBLEVEL = 11 |
| 19 | -EXTRAVERSION = |
| 20 | +EXTRAVERSION = -openpower1 |
| 21 | NAME = Fearless Coyote |
| 22 | |
| 23 | # *DOCUMENTATION* |