aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.osdl.org>2003-07-13 06:24:29 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-07-13 06:24:29 -0700
commit8916e8f1f4b9b6972a6260e7c36f2451fcf6a1fc (patch)
tree65bf384eb7146e207851ed83e999b379afe6708e
parentab359933e1652e6e6ef6f6418b2bf3b5f3313880 (diff)
downloadhistory-8916e8f1f4b9b6972a6260e7c36f2451fcf6a1fc.tar.gz
Linux 2.6.0-test1v2.6.0-test1
First "test" kernel. Same naming we used for 2.4.0 - there it took from May to December to get to the real version. Let's see if we can do it faster this time.
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3c6effbe1a7c8..675c1fb88ceeb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 2
-PATCHLEVEL = 5
-SUBLEVEL = 75
-EXTRAVERSION =
+PATCHLEVEL = 6
+SUBLEVEL = 0
+EXTRAVERSION = -test1
# *DOCUMENTATION*
# To see a list of typical targets execute "make help"