From 8916e8f1f4b9b6972a6260e7c36f2451fcf6a1fc Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Sun, 13 Jul 2003 06:24:29 -0700 Subject: [PATCH] Linux 2.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. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 3c6effbe1a7..675c1fb88ce 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" -- 2.11.4.GIT