Fix missed files. Svn problem?
[reactos.git] / reactos / 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 3
22 #define KERNEL_VERSION_PATCH_LEVEL 0
23
24 /* KERNEL_VERSION_BUILD_TYPE is L"SVN", L"RC1", L"RC2" or L"RELEASE" */
25 #define KERNEL_VERSION_BUILD_TYPE L"SVN"
26
27
28 #endif
29
30 /* EOF */