From 92749187008cccf398769eab154a8c98cc17ec88 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Fri, 31 Dec 2004 19:18:23 +0000 Subject: [PATCH] Changed CVS tag to SVN for buildno svn path=/trunk/; revision=12652 --- 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 26cf368ba30..811a0629750 100644 --- a/reactos/include/reactos/version.h +++ b/reactos/include/reactos/version.h @@ -1,4 +1,4 @@ -/* $Id: version.h,v 1.27 2004/12/19 20:57:53 gvg Exp $ +/* $Id$ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -21,8 +21,8 @@ #define KERNEL_VERSION_MINOR 3 #define KERNEL_VERSION_PATCH_LEVEL 0 -/* KERNEL_VERSION_BUILD_TYPE is L"CVS", L"RC1", L"RC2" or L"RELEASE" */ -#define KERNEL_VERSION_BUILD_TYPE L"CVS" +/* KERNEL_VERSION_BUILD_TYPE is L"SVN", L"RC1", L"RC2" or L"RELEASE" */ +#define KERNEL_VERSION_BUILD_TYPE L"SVN" #endif