From 184c8d2fba15405c41fc23196b262e84b1835e88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Fri, 20 Feb 2004 23:24:30 +0000 Subject: [PATCH] Bump version number on HEAD svn path=/trunk/; revision=8279 --- 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 0903a5418cc..00c68942cb4 100644 --- a/reactos/include/reactos/version.h +++ b/reactos/include/reactos/version.h @@ -1,4 +1,4 @@ -/* $Id: version.h,v 1.19 2004/01/14 23:40:14 gvg Exp $ +/* $Id: version.h,v 1.20 2004/02/20 23:24:30 gvg 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 1 +#define KERNEL_VERSION_PATCH_LEVEL 2 /* KERNEL_VERSION_BUILD_TYPE is L"CVS", L"RC1", L"RC2" or L"FINAL" */ #define KERNEL_VERSION_BUILD_TYPE L"CVS"