From 4e81faa94861c3765e07b3fc9952bb9590d30fd3 Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Wed, 16 Jun 2004 21:42:24 +0000 Subject: [PATCH] - Bump version number to 0.2.4. svn path=/trunk/; revision=9691 --- reactos/include/reactos/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/include/reactos/version.h b/reactos/include/reactos/version.h index f4e07f4471b..b3e701a465a 100644 --- a/reactos/include/reactos/version.h +++ b/reactos/include/reactos/version.h @@ -1,4 +1,4 @@ -/* $Id: version.h,v 1.22 2004/05/31 12:21:24 chorns Exp $ +/* $Id: version.h,v 1.23 2004/06/16 21:42:24 navaraf Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -19,7 +19,7 @@ #define KERNEL_VERSION_MAJOR 0 #define KERNEL_VERSION_MINOR 2 -#define KERNEL_VERSION_PATCH_LEVEL 3 +#define KERNEL_VERSION_PATCH_LEVEL 4 /* KERNEL_VERSION_BUILD_TYPE is L"CVS", L"RC1", L"RC2" or L"RELEASE" */ #define KERNEL_VERSION_BUILD_TYPE L"CVS"