changes for release of 0.2.5 Modified: branches/ros-branch-0_2_5/reactos/include/reactos/version.h _____
Modified: branches/ros-branch-0_2_5/reactos/include/reactos/version.h --- branches/ros-branch-0_2_5/reactos/include/reactos/version.h 2005-01-10 14:03:21 UTC (rev 12918) +++ branches/ros-branch-0_2_5/reactos/include/reactos/version.h 2005-01-10 19:44:47 UTC (rev 12919) @@ -1,4 +1,4 @@
-/* $Id: version.h,v 1.26.8.2 2004/12/29 09:24:21 gvg Exp $ +/* $Id$ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -22,7 +22,7 @@ #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"RC2" +#define KERNEL_VERSION_BUILD_TYPE L"RELEASE"
#endif