From e9170f21ca7721b911c57e9076850932253f1f7c Mon Sep 17 00:00:00 2001 From: nj Date: Sat, 30 Aug 2003 22:14:42 +0000 Subject: [PATCH] Version 0.1.3 svn path=/trunk/; revision=5948 --- reactos/include/reactos/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/include/reactos/version.h b/reactos/include/reactos/version.h index dbb5cc8b1d2..7da476ee991 100644 --- a/reactos/include/reactos/version.h +++ b/reactos/include/reactos/version.h @@ -1,4 +1,4 @@ -/* $Id: version.h,v 1.14 2003/07/02 21:10:16 gvg Exp $ +/* $Id: version.h,v 1.15 2003/08/30 22:14:42 nj 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 2 +#define KERNEL_VERSION_PATCH_LEVEL 3 /* Edit each time a new release is out: format is YYYYMMDD (UTC) */ -#define KERNEL_RELEASE_DATE 20030702L +#define KERNEL_RELEASE_DATE 20030830L #endif