From 7f48b180988ea48b537b59a77a333686abfde37d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Thu, 26 Aug 2004 21:05:42 +0000 Subject: [PATCH] Bump version number to 0.2.5 svn path=/trunk/; revision=10700 --- 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 fff4d8c8b16..fe6ce19431c 100644 --- a/reactos/include/reactos/version.h +++ b/reactos/include/reactos/version.h @@ -1,4 +1,4 @@ -/* $Id: version.h,v 1.25 2004/08/26 20:36:11 robertk Exp $ +/* $Id: version.h,v 1.26 2004/08/26 21:05:42 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 4 +#define KERNEL_VERSION_PATCH_LEVEL 5 /* KERNEL_VERSION_BUILD_TYPE is L"CVS", L"RC1", L"RC2" or L"RELEASE" */ #define KERNEL_VERSION_BUILD_TYPE L"CVS"