Changed to RC2
Modified: branches/ros-branch-0_2_8/reactos/include/reactos/version.h

Modified: branches/ros-branch-0_2_8/reactos/include/reactos/version.h
--- branches/ros-branch-0_2_8/reactos/include/reactos/version.h	2005-10-24 21:08:08 UTC (rev 18760)
+++ branches/ros-branch-0_2_8/reactos/include/reactos/version.h	2005-10-24 21:42:24 UTC (rev 18761)
@@ -22,7 +22,7 @@
 #define KERNEL_VERSION_PATCH_LEVEL	8
 
 /* KERNEL_VERSION_BUILD_TYPE is L"SVN", L"RC1", L"RC2" or L"RELEASE" */
-#define KERNEL_VERSION_BUILD_TYPE	L"RC1"
+#define KERNEL_VERSION_BUILD_TYPE	L"RC2"
 
 
 #endif