blob: 77aa8943dd96e362ba3cf9e0c17cb6cf2251d190 [file] [log] [blame]
Joel Stanley41a7f1e2016-10-31 23:15:44 +10301From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2From: Joel Stanley <joel@jms.id.au>
Joel Stanley6a0ced92017-05-03 13:41:44 +09303Date: Wed, 3 May 2017 13:25:26 +0930
Joel Stanley124ce7b2017-07-03 14:00:01 +09304Subject: [PATCH 3/3] Release OpenPower kernel
Joel Stanley41a7f1e2016-10-31 23:15:44 +10305
6Signed-off-by: Joel Stanley <joel@jms.id.au>
7---
8 Makefile | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/Makefile b/Makefile
Joel Stanley124ce7b2017-07-03 14:00:01 +093012index 283c6236438e..329f7844383f 100644
Joel Stanley41a7f1e2016-10-31 23:15:44 +103013--- a/Makefile
14+++ b/Makefile
15@@ -1,7 +1,7 @@
16 VERSION = 4
Joel Stanley124ce7b2017-07-03 14:00:01 +093017 PATCHLEVEL = 12
18 SUBLEVEL = 0
Joel Stanley41a7f1e2016-10-31 23:15:44 +103019-EXTRAVERSION =
20+EXTRAVERSION = -openpower1
Joel Stanleye50183f2017-02-28 12:17:46 +103021 NAME = Fearless Coyote
Joel Stanley41a7f1e2016-10-31 23:15:44 +103022
23 # *DOCUMENTATION*
24--
Joel Stanley124ce7b2017-07-03 14:00:01 +0930252.13.2
Joel Stanley41a7f1e2016-10-31 23:15:44 +103026