Joel Stanley | 41a7f1e | 2016-10-31 23:15:44 +1030 | [diff] [blame] | 1 | From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 |
| 2 | From: Joel Stanley <joel@jms.id.au> |
Joel Stanley | e50183f | 2017-02-28 12:17:46 +1030 | [diff] [blame] | 3 | Date: Tue, 28 Feb 2017 12:15:10 +1030 |
Joel Stanley | 8d5acef | 2017-03-15 16:24:09 +1030 | [diff] [blame] | 4 | Subject: [PATCH 12/12] Release OpenPower kernel |
Joel Stanley | 41a7f1e | 2016-10-31 23:15:44 +1030 | [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 | 1ec4f5d | 2017-03-24 10:48:23 +1030 | [diff] [blame] | 12 | index 48e18096913f..644a4ae29ff1 100644 |
Joel Stanley | 41a7f1e | 2016-10-31 23:15:44 +1030 | [diff] [blame] | 13 | --- a/Makefile |
| 14 | +++ b/Makefile |
| 15 | @@ -1,7 +1,7 @@ |
| 16 | VERSION = 4 |
Joel Stanley | e50183f | 2017-02-28 12:17:46 +1030 | [diff] [blame] | 17 | PATCHLEVEL = 10 |
Joel Stanley | 1ec4f5d | 2017-03-24 10:48:23 +1030 | [diff] [blame] | 18 | SUBLEVEL = 5 |
Joel Stanley | 41a7f1e | 2016-10-31 23:15:44 +1030 | [diff] [blame] | 19 | -EXTRAVERSION = |
| 20 | +EXTRAVERSION = -openpower1 |
Joel Stanley | e50183f | 2017-02-28 12:17:46 +1030 | [diff] [blame] | 21 | NAME = Fearless Coyote |
Joel Stanley | 41a7f1e | 2016-10-31 23:15:44 +1030 | [diff] [blame] | 22 | |
| 23 | # *DOCUMENTATION* |
| 24 | -- |
| 25 | 2.11.0 |
| 26 | |