3 * COPYRIGHT: See COPYING in the top level directory
4 * PROJECT: ReactOS kernel
5 * FILE: include/internal/version.h
6 * PURPOSE: Defines the current version
7 * PROGRAMMER: David Welch (welch@mcmail.com)
10 * Moved from include/internal in include/reactos
11 * to be used by buildno.
13 * KERNEL_VERSION removed. Use
14 * reactos/buildno.h:KERNEL_VERSION_STR instead.
20 #define KERNEL_VERSION_MAJOR 0
21 #define KERNEL_VERSION_MINOR 4
22 #define KERNEL_VERSION_PATCH_LEVEL 0
24 #define COPYRIGHT_YEAR "2011"
26 /* KERNEL_VERSION_BUILD_TYPE is L"SVN", L"RC1", L"RC2" or L"" (for the release) */
27 #define KERNEL_VERSION_BUILD_TYPE L"SVN"