version info for rc1 build
Modified: branches/ros-branch-0_2_7/reactos/include/reactos/version.h

Modified: branches/ros-branch-0_2_7/reactos/include/reactos/version.h
--- branches/ros-branch-0_2_7/reactos/include/reactos/version.h	2005-07-14 19:18:37 UTC (rev 16564)
+++ branches/ros-branch-0_2_7/reactos/include/reactos/version.h	2005-07-14 19:19:09 UTC (rev 16565)
@@ -18,11 +18,11 @@
 #define __VERSION_H
 
 #define KERNEL_VERSION_MAJOR		0
-#define KERNEL_VERSION_MINOR		3
-#define KERNEL_VERSION_PATCH_LEVEL	0
+#define KERNEL_VERSION_MINOR		2
+#define KERNEL_VERSION_PATCH_LEVEL	7
 
 /* KERNEL_VERSION_BUILD_TYPE is L"SVN", L"RC1", L"RC2" or L"RELEASE" */
-#define KERNEL_VERSION_BUILD_TYPE	L"SVN"
+#define KERNEL_VERSION_BUILD_TYPE	L"RC1"
 
 
 #endif