blob: cb05a9ff34bbc0d6a8f776157e623946c3d2d8a5 [file] [log] [blame]
Joel Stanley00ad3e42016-11-01 13:26:13 +10301From 00bf35267eafcaec1e56b2a1d5339d8ddbb5029a Mon Sep 17 00:00:00 2001
Joel Stanley8f1d88e2016-08-29 16:44:12 +09302From: Joel Stanley <joel@jms.id.au>
3Date: Tue, 16 Aug 2016 23:00:23 +0930
Joel Stanley00ad3e42016-11-01 13:26:13 +10304Subject: [PATCH 9/9] Release 4.4.30-openpower1
Joel Stanley8f1d88e2016-08-29 16:44:12 +09305
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 Stanley00ad3e42016-11-01 13:26:13 +103012index 98239d56924c..d2fcd22935eb 100644
Joel Stanley8f1d88e2016-08-29 16:44:12 +093013--- a/Makefile
14+++ b/Makefile
15@@ -1,7 +1,7 @@
16 VERSION = 4
17 PATCHLEVEL = 4
Joel Stanley00ad3e42016-11-01 13:26:13 +103018 SUBLEVEL = 30
Joel Stanley8f1d88e2016-08-29 16:44:12 +093019-EXTRAVERSION =
20+EXTRAVERSION = -openpower1
21 NAME = Blurry Fish Butt
22
23 # *DOCUMENTATION*
24--
252.9.3
26