blob: 80b39d5f4dc53b24b26cea7891e5b634cc942db5 [file] [log] [blame]
Joel Stanley119a9362016-10-25 13:59:27 +10301From 227c8220f732948abda6d1af1e5050e0c148cf45 Mon Sep 17 00:00:00 2001
Joel Stanley7ac0a112016-08-29 16:44:12 +09302From: Joel Stanley <joel@jms.id.au>
3Date: Tue, 16 Aug 2016 23:00:23 +0930
Joel Stanley119a9362016-10-25 13:59:27 +10304Subject: [PATCH 9/9] Release 4.4.27-openpower1
Joel Stanley7ac0a112016-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 Stanley119a9362016-10-25 13:59:27 +103012index b6ee4ce561f8..1a3f055fb912 100644
Joel Stanley7ac0a112016-08-29 16:44:12 +093013--- a/Makefile
14+++ b/Makefile
15@@ -1,7 +1,7 @@
16 VERSION = 4
17 PATCHLEVEL = 4
Joel Stanley119a9362016-10-25 13:59:27 +103018 SUBLEVEL = 27
Joel Stanley7ac0a112016-08-29 16:44:12 +093019-EXTRAVERSION =
20+EXTRAVERSION = -openpower1
21 NAME = Blurry Fish Butt
22
23 # *DOCUMENTATION*
24--
252.9.3
26