aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@penguin.transmeta.com>2002-03-11 21:56:56 -0800
committerLinus Torvalds <torvalds@penguin.transmeta.com>2002-03-11 21:56:56 -0800
commita9efbc0ec821083ae82a0ebd9df54763e2ab4bd7 (patch)
tree845a2a6170525d96ecdbfa784b0704fffbdcda6b
parentd875eba051e67f1cb79a3a67cba5579e052b351d (diff)
downloadhistory-a9efbc0ec821083ae82a0ebd9df54763e2ab4bd7.tar.gz
Update kernel versionv2.5.7-pre1
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d50c30d614be9..abd986b43bfaa 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)