blob: 87bbcca1ebc06fb6e3aa020889dcfca743069e97 [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>
3Date: Tue, 16 Aug 2016 23:00:23 +0930
Joel Stanley20a5f742017-02-07 14:46:30 +10304Subject: [PATCH 4/4] Release 4.9.8-openpower1
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 Stanley20a5f742017-02-07 14:46:30 +103012index 1130803ab93c..9931edcea668 100644
Joel Stanley41a7f1e2016-10-31 23:15:44 +103013--- a/Makefile
14+++ b/Makefile
15@@ -1,7 +1,7 @@
16 VERSION = 4
17 PATCHLEVEL = 9
Joel Stanley20a5f742017-02-07 14:46:30 +103018 SUBLEVEL = 8
Joel Stanley41a7f1e2016-10-31 23:15:44 +103019-EXTRAVERSION =
20+EXTRAVERSION = -openpower1
21 NAME = Roaring Lionus
22
23 # *DOCUMENTATION*
24--
252.11.0
26