Change EXTRAVERSION to 2.4.31-pre2
Linux Kernel Mailing List <[email protected]> Thu, 12 May 2005 12:11:24 +0000
| Newsgroups | gmane.linux.kernel.commits.2-4 |
|---|---|
| Message-ID | <[email protected]> |
ChangeSet 1.1516, 2005/05/12 09:11:24-03:00, [email protected] Change EXTRAVERSION to 2.4.31-pre2 Makefile | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/Makefile b/Makefile --- a/Makefile 2005-05-12 15:03:09 -07:00 +++ b/Makefile 2005-05-12 15:03:09 -07:00 @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 4 SUBLEVEL = 31 -EXTRAVERSION = -pre1 +EXTRAVERSION = -pre2 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)