blob: 289a627cc3f5e4b4a990c527cb23d1d66c28caa0 [file] [log] [blame]
Joel Stanleye4aa6fb2015-09-29 13:31:58 +09301From 5c51532db6ffcf1ec521a8a0d19cf3e814f6b428 Mon Sep 17 00:00:00 2001
Joel Stanley3e323ab2015-09-11 14:48:21 +10002From: Joel Stanley <joel@jms.id.au>
3Date: Fri, 11 Sep 2015 16:09:56 +0930
Joel Stanleye4aa6fb2015-09-29 13:31:58 +09304Subject: [PATCH 18/18] Release 4.2.1-openpower1
Joel Stanley3e323ab2015-09-11 14:48:21 +10005
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 Stanleye4aa6fb2015-09-29 13:31:58 +093012index a03efc1..49bbfb6 100644
Joel Stanley3e323ab2015-09-11 14:48:21 +100013--- a/Makefile
14+++ b/Makefile
15@@ -1,7 +1,7 @@
16 VERSION = 4
17 PATCHLEVEL = 2
Joel Stanleye4aa6fb2015-09-29 13:31:58 +093018 SUBLEVEL = 1
Joel Stanley3e323ab2015-09-11 14:48:21 +100019-EXTRAVERSION =
20+EXTRAVERSION = -openpower1
21 NAME = Hurr durr I'ma sheep
22
23 # *DOCUMENTATION*
24--
252.5.0
26