Changed VERSION to v2.4.30-pre2
Linux Kernel Mailing List <[email protected]> Wed, 23 Feb 2005 08:03:49 +0000
| Newsgroups | gmane.linux.kernel.commits.2-4 |
|---|---|
| Message-ID | <[email protected]> |
ChangeSet 1.1550, 2005/02/23 05:03:49-03:00, [email protected] Changed VERSION to v2.4.30-pre2 Makefile | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/Makefile b/Makefile --- a/Makefile 2005-02-24 15:02:03 -08:00 +++ b/Makefile 2005-02-24 15:02:03 -08:00 @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 4 SUBLEVEL = 30 -EXTRAVERSION = -pre1 +EXTRAVERSION = -pre2 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)