Change VERSION to 2.4.31-pre1
Linux Kernel Mailing List <[email protected]> Fri, 22 Apr 2005 10:07:58 +0000
| Newsgroups | gmane.linux.kernel.commits.2-4 |
|---|---|
| Message-ID | <[email protected]> |
ChangeSet 1.1505, 2005/04/22 07:07:58-03:00, [email protected] Change VERSION to 2.4.31-pre1 Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -Nru a/Makefile b/Makefile --- a/Makefile 2005-04-25 13:03:00 -07:00 +++ b/Makefile 2005-04-25 13:03:00 -07:00 @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 4 -SUBLEVEL = 30 -EXTRAVERSION = +SUBLEVEL = 31 +EXTRAVERSION = -pre1 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)