Change VERSION to 2.4.30-rc1

Linux Kernel Mailing List <[email protected]> Fri, 18 Mar 2005 12:30:34 +0000
Newsgroups gmane.linux.kernel.commits.2-4
Message-ID <[email protected]>
ChangeSet 1.1448.1.136, 2005/03/18 09:30:34-03:00, [email protected]

	Change VERSION to 2.4.30-rc1



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


diff -Nru a/Makefile b/Makefile
--- a/Makefile	2005-03-24 09:05:16 -08:00
+++ b/Makefile	2005-03-24 09:05:16 -08:00
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 4
 SUBLEVEL = 30
-EXTRAVERSION = -pre3
+EXTRAVERSION = -rc1
 
 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)