Change VERSION to 2.4.30-rc2
Linux Kernel Mailing List <[email protected]> Fri, 25 Mar 2005 23:56:40 +0000
| Newsgroups | gmane.linux.kernel.commits.2-4 |
|---|---|
| Message-ID | <[email protected]> |
ChangeSet 1.1486, 2005/03/25 20:56:40-03:00, [email protected] Change VERSION to 2.4.30-rc2 Makefile | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/Makefile b/Makefile --- a/Makefile 2005-03-26 13:03:07 -08:00 +++ b/Makefile 2005-03-26 13:03:07 -08:00 @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 4 SUBLEVEL = 30 -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc2 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)