change service pack from 6 to 4
authorGed Murphy <gedmurphy@reactos.org>
Thu, 29 Dec 2005 01:59:55 +0000 (01:59 +0000)
committerGed Murphy <gedmurphy@reactos.org>
Thu, 29 Dec 2005 01:59:55 +0000 (01:59 +0000)
addresses bug 1169

svn path=/trunk/; revision=20412

reactos/ntoskrnl/ke/main.c

index f8b3116..48bbab7 100644 (file)
@@ -21,7 +21,7 @@
 
 ULONG NtMajorVersion = 5;
 ULONG NtMinorVersion = 0;
-ULONG NtOSCSDVersion = BUILD_OSCSDVERSION(6, 0);
+ULONG NtOSCSDVersion = BUILD_OSCSDVERSION(4, 0);
 ULONG NtBuildNumber = KERNEL_VERSION_BUILD;
 ULONG NtGlobalFlag = 0;
 CHAR  KeNumberProcessors;