diff --git a/reactos/include/reactos/version.h b/reactos/include/reactos/version.h index e5e1019fd98..697737d528f 100644 --- a/reactos/include/reactos/version.h +++ b/reactos/include/reactos/version.h @@ -1,4 +1,4 @@ -/* $Id: version.h,v 1.11 2002/10/31 17:50:55 jfilby Exp $ +/* $Id: version.h,v 1.12 2003/02/01 15:34:35 jfilby Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -18,10 +18,10 @@ #define __VERSION_H #define KERNEL_VERSION_MAJOR 0 -#define KERNEL_VERSION_MINOR 0 -#define KERNEL_VERSION_PATCH_LEVEL 21 +#define KERNEL_VERSION_MINOR 1 +#define KERNEL_VERSION_PATCH_LEVEL 0 /* Edit each time a new release is out: format is YYYYMMDD (UTC) */ -#define KERNEL_RELEASE_DATE 20021031L +#define KERNEL_RELEASE_DATE 20030201L #endif