- Revert 44301
[reactos.git] / include / reactos / version.h
1 /* $Id$
2 *
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)
8 * REVISIONS:
9 * 1999-11-06 (ea)
10 * Moved from include/internal in include/reactos
11 * to be used by buildno.
12 * 2002-01-17 (ea)
13 * KERNEL_VERSION removed. Use
14 * reactos/buildno.h:KERNEL_VERSION_STR instead.
15 */
16
17 #ifndef __VERSION_H
18 #define __VERSION_H
19
20 #define KERNEL_VERSION_MAJOR 0
21 #define KERNEL_VERSION_MINOR 4
22 #define KERNEL_VERSION_PATCH_LEVEL 0
23
24 #define COPYRIGHT_YEAR "2009"
25
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"
28
29
30 #endif
31
32 /* EOF */