Linux 3.0-rc1 v3.0-rc1
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 30 May 2011 00:43:36 +0000 (17:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 30 May 2011 00:43:36 +0000 (17:43 -0700)
.. 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>
Makefile

index 529d93f..afb8e0d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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"