From a9efbc0ec821083ae82a0ebd9df54763e2ab4bd7 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Mon, 11 Mar 2002 21:56:56 -0800 Subject: [PATCH] Update kernel version --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d50c30d614be..abd986b43bfa 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 5 -SUBLEVEL = 6 -EXTRAVERSION = +SUBLEVEL = 7 +EXTRAVERSION =-pre1 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) -- 2.39.5