Change version and DBG=0
Modified: branches/ros-branch-0_2_9/reactos/config.template.xml
Modified: branches/ros-branch-0_2_9/reactos/include/reactos/version.h
_____
Modified: branches/ros-branch-0_2_9/reactos/config.template.xml
--- branches/ros-branch-0_2_9/reactos/config.template.xml
2005-12-07 17:06:48 UTC (rev 19951)
+++ branches/ros-branch-0_2_9/reactos/config.template.xml
2005-12-07 18:14:41 UTC (rev 19952)
@@ -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" />
_____
Modified: branches/ros-branch-0_2_9/reactos/include/reactos/version.h
--- branches/ros-branch-0_2_9/reactos/include/reactos/version.h
2005-12-07 17:06:48 UTC (rev 19951)
+++ branches/ros-branch-0_2_9/reactos/include/reactos/version.h
2005-12-07 18:14:41 UTC (rev 19952)
@@ -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
Show replies by date