blob: 1c88315cdc6a85bfdd8503db5dc25186df677a92 [file] [log] [blame]
Patrick Williamsf1e5d692016-03-30 15:21:19 -05001From fb2c401374d4efe89e8da795e21d96fac038639d Mon Sep 17 00:00:00 2001
Patrick Williamsc124f4f2015-09-15 14:41:29 -05002From: Bruce Ashfield <bruce.ashfield@windriver.com>
3Date: Mon, 11 Jun 2012 15:31:42 -0400
4Subject: [PATCH] linux: version tweak
5
Patrick Williamsf1e5d692016-03-30 15:21:19 -05006Upstream-Status: Inappropriate [example code]
7
Patrick Williamsc124f4f2015-09-15 14:41:29 -05008Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Patrick Williamsf1e5d692016-03-30 15:21:19 -05009Signed-off-by: Saul Wold <sgw@linux.intel.com>
Patrick Williamsc124f4f2015-09-15 14:41:29 -050010---
Patrick Williamsf1e5d692016-03-30 15:21:19 -050011 Makefile | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
Patrick Williamsc124f4f2015-09-15 14:41:29 -050013
14diff --git a/Makefile b/Makefile
Patrick Williamsf1e5d692016-03-30 15:21:19 -050015index c361593..099e8ff 100644
Patrick Williamsc124f4f2015-09-15 14:41:29 -050016--- a/Makefile
17+++ b/Makefile
Patrick Williamsf1e5d692016-03-30 15:21:19 -050018@@ -2,7 +2,7 @@ VERSION = 4
19 PATCHLEVEL = 2
Patrick Williamsc124f4f2015-09-15 14:41:29 -050020 SUBLEVEL = 0
21 EXTRAVERSION =
Patrick Williamsf1e5d692016-03-30 15:21:19 -050022-NAME = Hurr durr I'ma sheep
23+NAME = Hurr durr I'ma customized sheep
Patrick Williamsc124f4f2015-09-15 14:41:29 -050024
25 # *DOCUMENTATION*
26 # To see a list of typical targets execute "make help"
27--
Patrick Williamsf1e5d692016-03-30 15:21:19 -0500282.1.4
Patrick Williamsc124f4f2015-09-15 14:41:29 -050029