Updated version number

svn path=/trunk/; revision=6697
This commit is contained in:
Vizzini 2003-11-19 02:46:13 +00:00
parent 1bcf21b057
commit f8b24b07ce

View file

@ -1,4 +1,4 @@
/* $Id: version.h,v 1.16 2003/10/12 14:01:30 gvg Exp $ /* $Id: version.h,v 1.17 2003/11/19 02:46:13 vizzini Exp $
* *
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel * PROJECT: ReactOS kernel
@ -19,9 +19,9 @@
#define KERNEL_VERSION_MAJOR 0 #define KERNEL_VERSION_MAJOR 0
#define KERNEL_VERSION_MINOR 1 #define KERNEL_VERSION_MINOR 1
#define KERNEL_VERSION_PATCH_LEVEL 4 #define KERNEL_VERSION_PATCH_LEVEL 5
/* 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 20031011L #define KERNEL_RELEASE_DATE 20031119L
#endif #endif