Skip to content

Commit 55922c9

Browse files
committed
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>
1 parent bd1bfe4 commit 55922c9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Makefile

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
VERSION = 2
2-
PATCHLEVEL = 6
3-
SUBLEVEL = 39
4-
EXTRAVERSION =
5-
NAME = Flesh-Eating Bats with Fangs
1+
VERSION = 3
2+
PATCHLEVEL = 0
3+
SUBLEVEL = 0
4+
EXTRAVERSION = -rc1
5+
NAME = Sneaky Weasel
66

77
# *DOCUMENTATION*
88
# To see a list of typical targets execute "make help"

0 commit comments

Comments
 (0)