git » linux-kernel » commit 374576a

Linux 2.6.32-rc3

author Linus Torvalds
2009-10-05 00:12:30 UTC
committer Linus Torvalds
2009-10-05 00:12:30 UTC
parent a99bbaf5ee6bad1aca0c88ea65ec6e5373e86184

Linux 2.6.32-rc3

I'm skipping -rc2 because the -rc1 Makefile mistakenly said -rc2, so in
order to avoid confusion, I'm jumping from -rc1 to -rc3.  That way, when
'uname' (or an oops report) says 2.6.32-rc2, there's no confusion about
whether people perhaps meant -rc1 or -rc2.

Makefile +1 -1

diff --git a/Makefile b/Makefile
index 00444a8e304..e50569ab5fe 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 6
 SUBLEVEL = 32
-EXTRAVERSION = -rc2
+EXTRAVERSION = -rc3
 NAME = Man-Eating Seals of Antiquity
 
 # *DOCUMENTATION*