Change VERSION to 2.4.30-rc3
Linux Kernel Mailing List <[email protected]> Sat, 26 Mar 2005 15:58:23 +0000
| Newsgroups | gmane.linux.kernel.commits.2-4 |
|---|---|
| Message-ID | <[email protected]> |
ChangeSet 1.1488, 2005/03/26 12:58:23-03:00, [email protected] Change VERSION to 2.4.30-rc3 Makefile | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/Makefile b/Makefile --- a/Makefile 2005-03-27 13:04:24 -08:00 +++ b/Makefile 2005-03-27 13:04:24 -08:00 @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 4 SUBLEVEL = 30 -EXTRAVERSION = -rc2 +EXTRAVERSION = -rc3 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)