| summaryrefslogtreecommitdiff |
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-05 23:38:12 (GMT) |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-05 23:38:12 (GMT) |
| commit | e07cccf4046978df10f2e13fe2b99b2f9b3a65db (patch) (side-by-side diff) | |
| tree | 086f3d6b72cb6b70ba451c78b8147231d54219c3 | |
| parent | f815c335d21f9965f8dbe142fd168aaba1baf98e (diff) | |
Linux 2.6.31-rc9v2.6.31-rc9
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,10 +1,10 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 31 -EXTRAVERSION = -rc8 +EXTRAVERSION = -rc9 NAME = Man-Eating Seals of Antiquity # *DOCUMENTATION* # To see a list of typical targets execute "make help" # More info can be located in ./README # Comments in this file are targeted only to the developer, do not |