--- branches/ros-branch-0_2_9/config.template.xml 2005-12-07 09:20:22 UTC (rev 19945)
+++ branches/ros-branch-0_2_9/config.template.xml 2005-12-07 13:09:01 UTC (rev 19946)
@@ -48,4 +48,4 @@
Whether to compile for debugging. No compiler optimizations will be
performed.
-->
-<property name="DBG" value="1" />
+<property name="DBG" value="0" />
--- branches/ros-branch-0_2_9/include/reactos/version.h 2005-12-07 09:20:22 UTC (rev 19945)
+++ branches/ros-branch-0_2_9/include/reactos/version.h 2005-12-07 13:09:01 UTC (rev 19946)
@@ -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 9
/* 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