Change VERSION to 2.4.32-pre1
Linux Kernel Mailing List <[email protected]> Mon, 4 Jul 2005 23:06:03 -0700
| Newsgroups | gmane.linux.kernel.commits.2-4 |
|---|---|
| Message-ID | <[email protected]> |
tree f70d2a3a264b19b76a4999ef6b3b3c09356d511f parent c9587dfdf5c93895c1c21c82d712e52858d2c548 author Marcelo <[email protected]> Mon, 04 Jul 2005 19:53:38 -0300 committer Marcelo Tosatti <[email protected]> Mon, 04 Jul 2005 19:53:38 -0300 Change VERSION to 2.4.32-pre1 Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 4 -SUBLEVEL = 31 -EXTRAVERSION = +SUBLEVEL = 32 +EXTRAVERSION = -pre1 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)