diff --git a/reactos/include/reactos/version.h b/reactos/include/reactos/version.h index dd054a67542..6638df2bd84 100644 --- a/reactos/include/reactos/version.h +++ b/reactos/include/reactos/version.h @@ -1,4 +1,4 @@ -/* $Id: version.h,v 1.7 2002/01/17 23:22:58 ea Exp $ +/* $Id: version.h,v 1.8 2002/02/21 22:48:39 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 18 +#define KERNEL_VERSION_PATCH_LEVEL 19 /* Edit each time a new release is out: format is YYYYMMDD (UTC) */ -#define KERNEL_RELEASE_DATE 20010816L +#define KERNEL_RELEASE_DATE 20020221L #endif