Change VERSION to 2.4.31-rc2
Linux Kernel Mailing List <[email protected]> Tue, 31 May 2005 11:36:15 +0000
| Newsgroups | gmane.linux.kernel.commits.2-4 |
|---|---|
| Message-ID | <[email protected]> |
ChangeSet 1.1565, 2005/05/31 08:36:15-03:00, [email protected] Change VERSION to 2.4.31-rc2 Makefile | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/Makefile b/Makefile --- a/Makefile 2005-05-31 13:01:53 -07:00 +++ b/Makefile 2005-05-31 13:01:53 -07:00 @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 4 SUBLEVEL = 31 -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc2 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)