diff --git a/reactos/include/reactos/version.h b/reactos/include/reactos/version.h index 2cbba593fe0..9bc6fa40b93 100644 --- a/reactos/include/reactos/version.h +++ b/reactos/include/reactos/version.h @@ -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 * PROJECT: ReactOS kernel @@ -19,9 +19,9 @@ #define KERNEL_VERSION_MAJOR 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) */ -#define KERNEL_RELEASE_DATE 20020224L +#define KERNEL_RELEASE_DATE 20020805L #endif