Change VERSION to 2.4.30-rc4

Linux Kernel Mailing List <[email protected]> Wed, 30 Mar 2005 09:44:11 +0000
Newsgroups gmane.linux.kernel.commits.2-4
Message-ID <[email protected]>
ChangeSet 1.1492, 2005/03/30 06:44:11-03:00, [email protected]

	Change VERSION to 2.4.30-rc4



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


diff -Nru a/Makefile b/Makefile
--- a/Makefile	2005-03-30 10:03:06 -08:00
+++ b/Makefile	2005-03-30 10:03:06 -08:00
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 4
 SUBLEVEL = 30
-EXTRAVERSION = -rc3
+EXTRAVERSION = -rc4
 
 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)