Changed CVS tag to SVN for buildno Modified: trunk/reactos/include/reactos/version.h _____
Modified: trunk/reactos/include/reactos/version.h --- trunk/reactos/include/reactos/version.h 2004-12-31 17:10:32 UTC (rev 12651) +++ trunk/reactos/include/reactos/version.h 2004-12-31 19:18:23 UTC (rev 12652) @@ -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