blob: 8452fd3f0d4179eca6cd2288c7825519db2e1840 [file] [log] [blame]
Joel Stanleyf3781a02016-10-10 14:18:12 +11001From 66f15d99fc5d6bb115b4b4e4088031d5a8a8bffe 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 Stanleyf3781a02016-10-10 14:18:12 +11004Subject: [PATCH 9/9] Release 4.4.24-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 Stanleyf3781a02016-10-10 14:18:12 +110012index cdbc185c3539..29d768f12699 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 Stanleyf3781a02016-10-10 14:18:12 +110018 SUBLEVEL = 24
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