Author: cfinck
Date: Wed Oct 29 11:15:19 2008
New Revision: 37065
URL:
http://svn.reactos.org/svn/reactos?rev=37065&view=rev
Log:
Change the version to 0.3.7 (also in the Explorer start menu bitmap)
Modified:
branches/ros-branch-0_3_7/reactos/base/shell/explorer/res/logov.bmp
branches/ros-branch-0_3_7/reactos/include/reactos/version.h
Modified: branches/ros-branch-0_3_7/reactos/base/shell/explorer/res/logov.bmp
URL:
http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_7/reactos/base/s…
==============================================================================
Binary files - no diff available.
Modified: branches/ros-branch-0_3_7/reactos/include/reactos/version.h
URL:
http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_7/reactos/includ…
==============================================================================
--- branches/ros-branch-0_3_7/reactos/include/reactos/version.h [iso-8859-1] (original)
+++ branches/ros-branch-0_3_7/reactos/include/reactos/version.h [iso-8859-1] Wed Oct 29
11:15:19 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 7
#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