diff --git a/reactos/include/reactos/version.h b/reactos/include/reactos/version.h index a5597f780fd..dbb5cc8b1d2 100644 --- a/reactos/include/reactos/version.h +++ b/reactos/include/reactos/version.h @@ -1,4 +1,4 @@ -/* $Id: version.h,v 1.13 2003/03/29 18:37:07 jfilby Exp $ +/* $Id: version.h,v 1.14 2003/07/02 21:10:16 gvg 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 1 -#define KERNEL_VERSION_PATCH_LEVEL 1 +#define KERNEL_VERSION_PATCH_LEVEL 2 /* Edit each time a new release is out: format is YYYYMMDD (UTC) */ -#define KERNEL_RELEASE_DATE 20030329L +#define KERNEL_RELEASE_DATE 20030702L #endif