Change VERSION to v2.4.33-rc2

Linux Kernel Mailing List <[email protected]> Wed, 21 Jun 2006 16:59:03 GMT
Newsgroups gmane.linux.kernel.commits.2-4
Message-ID <[email protected]>
commit 02622aeaa107a575d5be329299ab48daba52afbb
tree 1ad6257cdf00de8864f79c64ebf2a76368bfe8a7
parent 3a1250af4913b54940efaa32ca84d60fcd97990d
author Marcelo Tosatti <[email protected]> Tue, 20 Jun 2006 17:44:40 -0300
committer Marcelo Tosatti <[email protected]> Tue, 20 Jun 2006 17:44:40 -0300

Change VERSION to v2.4.33-rc2

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 88c2f94..faf4b4b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 4
 SUBLEVEL = 33
-EXTRAVERSION = -rc1
+EXTRAVERSION = -rc2
 
 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)