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> |
Joel Stanley | 7ec8100 | 2018-03-14 14:03:00 +1030 | [diff] [blame] | 3 | Date: Wed, 14 Mar 2018 13:58:25 +1030 |
Joel Stanley | a864873 | 2018-02-05 14:12:27 +1030 | [diff] [blame] | 4 | Subject: [PATCH 3/3] Release OpenPower kernel |
Joel Stanley | 8a681bf | 2017-11-03 13:59:32 +1100 | [diff] [blame] | 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 |
Joel Stanley | 7ec8100 | 2018-03-14 14:03:00 +1030 | [diff] [blame] | 12 | index 0420f9a0c70f..66be4c84c3cd 100644 |
Joel Stanley | 8a681bf | 2017-11-03 13:59:32 +1100 | [diff] [blame] | 13 | --- a/Makefile |
| 14 | +++ b/Makefile |
Joel Stanley | acbcce8 | 2017-11-14 17:39:06 +1030 | [diff] [blame] | 15 | @@ -2,7 +2,7 @@ |
Joel Stanley | 8a681bf | 2017-11-03 13:59:32 +1100 | [diff] [blame] | 16 | VERSION = 4 |
Joel Stanley | a864873 | 2018-02-05 14:12:27 +1030 | [diff] [blame] | 17 | PATCHLEVEL = 15 |
Joel Stanley | 7ec8100 | 2018-03-14 14:03:00 +1030 | [diff] [blame] | 18 | SUBLEVEL = 9 |
Joel Stanley | 8a681bf | 2017-11-03 13:59:32 +1100 | [diff] [blame] | 19 | -EXTRAVERSION = |
| 20 | +EXTRAVERSION = -openpower1 |
Joel Stanley | a864873 | 2018-02-05 14:12:27 +1030 | [diff] [blame] | 21 | NAME = Fearless Coyote |
Joel Stanley | 8a681bf | 2017-11-03 13:59:32 +1100 | [diff] [blame] | 22 | |
| 23 | # *DOCUMENTATION* |