aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2011-05-29 20:43:36 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2011-05-29 20:43:36 -0400
commit55922c9d1b84b89cb946c777fddccb3247e7df2c (patch)
tree800ce0df1466f8ff7b32d2602c6152a07486ef64 /Makefile
parentbd1bfe40ac6bdf9593da29b822bc301b77a97d6a (diff)
Linux 3.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--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 529d93fa2430..afb8e0d26f2c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
1VERSION = 2 1VERSION = 3
2PATCHLEVEL = 6 2PATCHLEVEL = 0
3SUBLEVEL = 39 3SUBLEVEL = 0
4EXTRAVERSION = 4EXTRAVERSION = -rc1
5NAME = Flesh-Eating Bats with Fangs 5NAME = Sneaky Weasel
6 6
7# *DOCUMENTATION* 7# *DOCUMENTATION*
8# To see a list of typical targets execute "make help" 8# To see a list of typical targets execute "make help"