ReactOS 0.1.0

svn path=/trunk/; revision=4093
This commit is contained in:
Jason Filby 2003-02-01 15:34:35 +00:00
parent f6e1dcfb06
commit c2e49604ca

View file

@ -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
* PROJECT: ReactOS kernel
@ -18,10 +18,10 @@
#define __VERSION_H
#define KERNEL_VERSION_MAJOR 0
#define KERNEL_VERSION_MINOR 0
#define KERNEL_VERSION_PATCH_LEVEL 21
#define KERNEL_VERSION_MINOR 1
#define KERNEL_VERSION_PATCH_LEVEL 0
/* Edit each time a new release is out: format is YYYYMMDD (UTC) */
#define KERNEL_RELEASE_DATE 20021031L
#define KERNEL_RELEASE_DATE 20030201L
#endif