diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-30 02:43:36 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-30 02:43:36 +0200 |
commit | 55922c9d1b84b89cb946c777fddccb3247e7df2c (patch) | |
tree | 800ce0df1466f8ff7b32d2602c6152a07486ef64 /Makefile | |
parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr... (diff) | |
download | linux-55922c9d1b84b89cb946c777fddccb3247e7df2c.tar.xz linux-55922c9d1b84b89cb946c777fddccb3247e7df2c.zip |
Linux 3.0-rc1v3.0-rc1
.. except there are various scripts that really know that there are
three numbers, so it calls itself "3.0.0-rc1".
Hopefully by the time the final 3.0 is out, we'll have that extra zero
all figured out.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,8 +1,8 @@ -VERSION = 2 -PATCHLEVEL = 6 -SUBLEVEL = 39 -EXTRAVERSION = -NAME = Flesh-Eating Bats with Fangs +VERSION = 3 +PATCHLEVEL = 0 +SUBLEVEL = 0 +EXTRAVERSION = -rc1 +NAME = Sneaky Weasel # *DOCUMENTATION* # To see a list of typical targets execute "make help" |