1From fb2c401374d4efe89e8da795e21d96fac038639d Mon Sep 17 00:00:00 2001
2From: Bruce Ashfield <bruce.ashfield@windriver.com>
3Date: Mon, 11 Jun 2012 15:31:42 -0400
4Subject: [PATCH] linux: version tweak
5
6Upstream-Status: Inappropriate [example code]
7
8Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
9Signed-off-by: Saul Wold <sgw@linux.intel.com>
10---
11 Makefile | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/Makefile b/Makefile
15index c361593..099e8ff 100644
16--- a/Makefile
17+++ b/Makefile
18@@ -2,7 +2,7 @@ VERSION = 4
19 PATCHLEVEL = 2
20 SUBLEVEL = 0
21 EXTRAVERSION =
22-NAME = Hurr durr I'ma sheep
23+NAME = Hurr durr I'ma customized sheep
24
25 # *DOCUMENTATION*
26 # To see a list of typical targets execute "make help"
27--
282.1.4
29
30