preparations for Ros 0.2.8-RC1 Modified: branches/ros-branch-0_2_8/reactos/config.template.xml Modified: branches/ros-branch-0_2_8/reactos/include/reactos/version.h _____
Modified: branches/ros-branch-0_2_8/reactos/config.template.xml --- branches/ros-branch-0_2_8/reactos/config.template.xml 2005-10-13 19:13:47 UTC (rev 18433) +++ branches/ros-branch-0_2_8/reactos/config.template.xml 2005-10-14 00:03:27 UTC (rev 18434) @@ -42,4 +42,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_8/reactos/include/reactos/version.h --- branches/ros-branch-0_2_8/reactos/include/reactos/version.h 2005-10-13 19:13:47 UTC (rev 18433) +++ branches/ros-branch-0_2_8/reactos/include/reactos/version.h 2005-10-14 00:03:27 UTC (rev 18434) @@ -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 8
/* 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