Change VERSION to 2.4.31-rc1

Linux Kernel Mailing List <[email protected]> Tue, 24 May 2005 13:11:31 +0000
Newsgroups gmane.linux.kernel.commits.2-4
Message-ID <[email protected]>
ChangeSet 1.1561, 2005/05/24 10:11:31-03:00, [email protected]

	  Change VERSION to 2.4.31-rc1



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


diff -Nru a/Makefile b/Makefile
--- a/Makefile	2005-05-24 14:07:28 -07:00
+++ b/Makefile	2005-05-24 14:07:28 -07:00
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 4
 SUBLEVEL = 31
-EXTRAVERSION = -pre2
+EXTRAVERSION = -rc1
 
 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)