Updated version file to 0.0.20

svn path=/trunk/; revision=3316
This commit is contained in:
Jason Filby 2002-08-05 19:57:47 +00:00
parent aa405ed6f1
commit aac9125953

View file

@ -1,4 +1,4 @@
/* $Id: version.h,v 1.9 2002/02/24 13:10:37 jfilby Exp $ /* $Id: version.h,v 1.10 2002/08/05 19:57:47 jfilby 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 0 #define KERNEL_VERSION_MINOR 0
#define KERNEL_VERSION_PATCH_LEVEL 19 #define KERNEL_VERSION_PATCH_LEVEL 20
/* 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 20020224L #define KERNEL_RELEASE_DATE 20020805L
#endif #endif