version info 0.2.6-RC1
Modified: branches/ros-branch-0_2_6/reactos/include/reactos/version.h

Modified: branches/ros-branch-0_2_6/reactos/include/reactos/version.h
--- branches/ros-branch-0_2_6/reactos/include/reactos/version.h	2005-03-17 00:17:09 UTC (rev 14155)
+++ branches/ros-branch-0_2_6/reactos/include/reactos/version.h	2005-03-17 00:30:09 UTC (rev 14156)
@@ -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	6
 
 /* 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