mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
ReactOS 0.1.0
svn path=/trunk/; revision=4093
This commit is contained in:
parent
f6e1dcfb06
commit
c2e49604ca
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: version.h,v 1.11 2002/10/31 17:50:55 jfilby Exp $
|
/* $Id: version.h,v 1.12 2003/02/01 15:34:35 jfilby Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -18,10 +18,10 @@
|
||||||
#define __VERSION_H
|
#define __VERSION_H
|
||||||
|
|
||||||
#define KERNEL_VERSION_MAJOR 0
|
#define KERNEL_VERSION_MAJOR 0
|
||||||
#define KERNEL_VERSION_MINOR 0
|
#define KERNEL_VERSION_MINOR 1
|
||||||
#define KERNEL_VERSION_PATCH_LEVEL 21
|
#define KERNEL_VERSION_PATCH_LEVEL 0
|
||||||
/* Edit each time a new release is out: format is YYYYMMDD (UTC) */
|
/* Edit each time a new release is out: format is YYYYMMDD (UTC) */
|
||||||
#define KERNEL_RELEASE_DATE 20021031L
|
#define KERNEL_RELEASE_DATE 20030201L
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue