rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | From fb2c401374d4efe89e8da795e21d96fac038639d Mon Sep 17 00:00:00 2001 |
| 2 | From: Bruce Ashfield <bruce.ashfield@windriver.com> |
| 3 | Date: Mon, 11 Jun 2012 15:31:42 -0400 |
| 4 | Subject: [PATCH] linux: version tweak |
| 5 | |
| 6 | Upstream-Status: Inappropriate [example code] |
| 7 | |
| 8 | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> |
| 9 | Signed-off-by: Saul Wold <sgw@linux.intel.com> |
| 10 | --- |
| 11 | Makefile | 2 +- |
| 12 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 13 | |
| 14 | diff --git a/Makefile b/Makefile |
| 15 | index 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 | -- |
| 28 | 2.1.4 |
| 29 | |