Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
1 files changed, 1 insertions, 1 deletions
|
diff --git a/Makefile b/Makefile index 08903bc..a23ca0e 100644 --- a/ Makefile+++ b/ Makefile |
|
| @@ -1,10 +1,10 @@ |
| 1 | VERSION = 2 |
1 | VERSION = 2 |
| 2 | PATCHLEVEL = 6 |
2 | PATCHLEVEL = 6 |
| 3 | SUBLEVEL = 33 |
3 | SUBLEVEL = 33 |
| 4 | EXTRAVERSION = .2-rt11 |
4 | EXTRAVERSION = .2-rt12 |
| 5 | NAME = Man-Eating Seals of Antiquity |
5 | NAME = Man-Eating Seals of Antiquity |
| 6 | |
6 | |
| 7 | # *DOCUMENTATION* |
7 | # *DOCUMENTATION* |
| 8 | # To see a list of typical targets execute "make help" |
8 | # To see a list of typical targets execute "make help" |
| 9 | # More info can be located in ./README |
9 | # More info can be located in ./README |
| 10 | # Comments in this file are targeted only to the developer, do not |
10 | # Comments in this file are targeted only to the developer, do not |
|