From: short <> Date: Mon, 10 Nov 2003 21:19:23 +0000 (+0000) Subject: KERNEL_VERSION_MAJOR: 0 -> 5 X-Git-Tag: captive-1_1 X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=commitdiff_plain;h=refs%2Ftags%2Fcaptive-1_1_1_1 KERNEL_VERSION_MAJOR: 0 -> 5 - Declare ReactOS as NT-5.1 for 'secdrv.sys'. --- diff --git a/include/reactos/version.h b/include/reactos/version.h index 552c96c..e559cc4 100644 --- a/include/reactos/version.h +++ b/include/reactos/version.h @@ -17,7 +17,7 @@ #ifndef __VERSION_H #define __VERSION_H -#define KERNEL_VERSION_MAJOR 0 +#define KERNEL_VERSION_MAJOR 5 #define KERNEL_VERSION_MINOR 1 #define KERNEL_VERSION_PATCH_LEVEL 3 /* Edit each time a new release is out: format is YYYYMMDD (UTC) */