[ros-diffs] [cfinck] 31925: Change the version to 0.3.4 and remove "SVN"

cfinck at svn.reactos.org cfinck at svn.reactos.org
Mon Jan 21 18:41:07 CET 2008


Author: cfinck
Date: Mon Jan 21 20:41:06 2008
New Revision: 31925

URL: http://svn.reactos.org/svn/reactos?rev=31925&view=rev
Log:
Change the version to 0.3.4 and remove "SVN"

Modified:
    branches/ros-branch-0_3_4/reactos/include/reactos/version.h

Modified: branches/ros-branch-0_3_4/reactos/include/reactos/version.h
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_4/reactos/include/reactos/version.h?rev=31925&r1=31924&r2=31925&view=diff
==============================================================================
--- branches/ros-branch-0_3_4/reactos/include/reactos/version.h (original)
+++ branches/ros-branch-0_3_4/reactos/include/reactos/version.h Mon Jan 21 20:41:06 2008
@@ -18,13 +18,13 @@
 #define __VERSION_H
 
 #define KERNEL_VERSION_MAJOR        0
-#define KERNEL_VERSION_MINOR        4
-#define KERNEL_VERSION_PATCH_LEVEL  0
+#define KERNEL_VERSION_MINOR        3
+#define KERNEL_VERSION_PATCH_LEVEL  4
 
 #define COPYRIGHT_YEAR              "2008"
 
 /* KERNEL_VERSION_BUILD_TYPE is L"SVN", L"RC1", L"RC2" or L"" (for the release) */
-#define KERNEL_VERSION_BUILD_TYPE   L"SVN"
+#define KERNEL_VERSION_BUILD_TYPE   L""
 
 
 #endif




More information about the Ros-diffs mailing list