Author: cfinck
Date: Thu Oct 7 18:31:36 2010
New Revision: 49038
URL:
http://svn.reactos.org/svn/reactos?rev=49038&view=rev
Log:
- Change the version to 0.3.12
- Set "Angelus_02_ROSWP.bmp" as the default wallpaper
- Add a shortcut to RApps to the Desktop
Modified:
branches/ros-branch-0_3_12/reactos/base/shell/explorer/res/logov.bmp
branches/ros-branch-0_3_12/reactos/boot/bootdata/hivedef_i386.inf
branches/ros-branch-0_3_12/reactos/dll/win32/syssetup/install.c
branches/ros-branch-0_3_12/reactos/include/reactos/version.h
Modified: branches/ros-branch-0_3_12/reactos/base/shell/explorer/res/logov.bmp
URL:
http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_12/reactos/base/…
==============================================================================
Binary files - no diff available.
Modified: branches/ros-branch-0_3_12/reactos/boot/bootdata/hivedef_i386.inf
URL:
http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_12/reactos/boot/…
==============================================================================
Binary files - no diff available.
Modified: branches/ros-branch-0_3_12/reactos/dll/win32/syssetup/install.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_12/reactos/dll/w…
==============================================================================
--- branches/ros-branch-0_3_12/reactos/dll/win32/syssetup/install.c [iso-8859-1]
(original)
+++ branches/ros-branch-0_3_12/reactos/dll/win32/syssetup/install.c [iso-8859-1] Thu Oct
7 18:31:36 2010
@@ -760,6 +760,7 @@
/* Create desktop shortcuts */
CreateShortcut(CSIDL_DESKTOP, NULL, IDS_SHORT_CMD,
_T("%SystemRoot%\\system32\\cmd.exe"), IDS_CMT_CMD, TRUE);
+ CreateShortcut(CSIDL_DESKTOP, NULL, IDS_SHORT_DOWNLOADER,
_T("%SystemRoot%\\system32\\rapps.exe"), IDS_CMT_DOWNLOADER, TRUE);
/* Create program startmenu shortcuts */
CreateShortcut(CSIDL_PROGRAMS, NULL, IDS_SHORT_EXPLORER,
_T("%SystemRoot%\\explorer.exe"), IDS_CMT_EXPLORER, TRUE);
Modified: branches/ros-branch-0_3_12/reactos/include/reactos/version.h
URL:
http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_12/reactos/inclu…
==============================================================================
--- branches/ros-branch-0_3_12/reactos/include/reactos/version.h [iso-8859-1] (original)
+++ branches/ros-branch-0_3_12/reactos/include/reactos/version.h [iso-8859-1] Thu Oct 7
18:31:36 2010
@@ -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 12
#define COPYRIGHT_YEAR "2010"
/* 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