6c923d0020d0722a802108daac84ecbc4cc16160
[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            0
22 #define KERNEL_VERSION_PATCH_LEVEL      20
23 /* Edit each time a new release is out: format is YYYYMMDD (UTC) */
24 #define KERNEL_RELEASE_DATE             20020805L
25
26
27 #endif
28
29 /* EOF */