blob: 917852442deec783f8a46ea1fb813e727a6ef5d9 [file] [log] [blame]
Joel Stanley61637202016-03-15 15:04:06 +10301From c41823a4805a045a4a4982b081dc71985a92c26f Mon Sep 17 00:00:00 2001
Joel Stanley38a4eaf2016-03-04 15:55:50 +10302From: Joel Stanley <joel@jms.id.au>
3Date: Tue, 20 Oct 2015 15:01:06 +1030
Joel Stanley61637202016-03-15 15:04:06 +10304Subject: [PATCH 7/7] Release 4.4.5-openpower1
Joel Stanley38a4eaf2016-03-04 15:55:50 +10305
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 Stanley61637202016-03-15 15:04:06 +103012index d13322ade3a0..ccb10d969846 100644
Joel Stanley38a4eaf2016-03-04 15:55:50 +103013--- a/Makefile
14+++ b/Makefile
15@@ -1,7 +1,7 @@
16 VERSION = 4
17 PATCHLEVEL = 4
Joel Stanley61637202016-03-15 15:04:06 +103018 SUBLEVEL = 5
Joel Stanley38a4eaf2016-03-04 15:55:50 +103019-EXTRAVERSION =
20+EXTRAVERSION = -openpower1
21 NAME = Blurry Fish Butt
22
23 # *DOCUMENTATION*
24--
252.7.0
26