| summaryrefslogtreecommitdiff |
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-24 23:25:37 (GMT) |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-24 23:25:37 (GMT) |
| commit | 28d0325ce6e0a52f53d8af687e6427fee59004d3 (patch) (side-by-side diff) | |
| tree | 181aeeba4025c84ef1883fdc64a3b28ca99ce94c | |
| parent | 236e946b53ffd5e2f5d7e6abebbe72a9f0826d15 (diff) | |
Linux 2.6.31-rc1v2.6.31-rc1
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ VERSION = 2 PATCHLEVEL = 6 -SUBLEVEL = 30 -EXTRAVERSION = +SUBLEVEL = 31 +EXTRAVERSION = -rc1 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 |