[ros-diffs] [turner] 19946: Change version and make DBG=0

turner at svn.reactos.com turner at svn.reactos.com
Wed Dec 7 14:09:04 CET 2005


Change version and make DBG=0
Modified: branches/ros-branch-0_2_9/config.template.xml
Modified: branches/ros-branch-0_2_9/include/reactos/version.h
  _____  

Modified: branches/ros-branch-0_2_9/config.template.xml
--- 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" />
  _____  

Modified: branches/ros-branch-0_2_9/include/reactos/version.h
--- 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051207/c0d93da7/attachment.html


More information about the Ros-diffs mailing list