summaryrefslogtreecommitdiffstats
path: root/Makefile-mark-the-tree-as-RT-WIP.patch
blob: 9d8dd5d3221e7e44af8980446a5ee80039647c88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From 4709a2113a832b3b3c4f79f36933e385e81acf26 Mon Sep 17 00:00:00 2001
From: Paul Gortmaker <paul.gortmaker@windriver.com>
Date: Mon, 24 Jan 2011 20:35:30 -0500
Subject: [PATCH] Makefile: mark the tree as RT WIP

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index ebc8225..a51585a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 6
 SUBLEVEL = 34
-EXTRAVERSION =
+EXTRAVERSION =-rt
 NAME = Sheep on Meth
 
 # *DOCUMENTATION*
-- 
1.7.0.4