| summaryrefslogtreecommitdiff |
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-29 19:09:47 (GMT) |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-29 19:09:47 (GMT) |
| commit | 0ce790e7d736cedc563e1fb4e998babf5a4dbc3d (patch) (side-by-side diff) | |
| tree | a6bf5e518f8549c552408f5ef02e56f924105cf2 | |
| parent | 6b2a4f7a5b777ea8fcf3bb38a0a33e68a920a9dc (diff) | |
Linux 2.6.39-rc1v2.6.39-rc1
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ VERSION = 2 PATCHLEVEL = 6 -SUBLEVEL = 38 -EXTRAVERSION = +SUBLEVEL = 39 +EXTRAVERSION = -rc1 NAME = Flesh-Eating Bats with Fangs # *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 |