blob: 8d1d304b0296383c7a1b0a9d1f036bc5a75cfd2c [file] [log] [blame]
Joel Stanley3e323ab2015-09-11 14:48:21 +10001From a5b82ac114aaa4235f61cd2c289e3afc2aca667c Mon Sep 17 00:00:00 2001
2From: Joel Stanley <joel@jms.id.au>
3Date: Fri, 11 Sep 2015 16:09:56 +0930
4Subject: [PATCH 9/9] Release 4.2-openpower1
5
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
12index c361593..0d12263 100644
13--- a/Makefile
14+++ b/Makefile
15@@ -1,7 +1,7 @@
16 VERSION = 4
17 PATCHLEVEL = 2
18 SUBLEVEL = 0
19-EXTRAVERSION =
20+EXTRAVERSION = -openpower1
21 NAME = Hurr durr I'ma sheep
22
23 # *DOCUMENTATION*
24--
252.5.0
26