Author: cfinck
Date: Sat Nov 28 01:14:56 2009
New Revision: 44298
URL:
http://svn.reactos.org/svn/reactos?rev=44298&view=rev
Log:
- Change the version to 0.3.11
- Set "Angelus_02_ROSWP.bmp" as the default wallpaper
- Add a shortcut to RApps to the Desktop
Modified:
branches/ros-branch-0_3_11/reactos/base/shell/explorer/res/logov.bmp
branches/ros-branch-0_3_11/reactos/boot/bootdata/hivedef_i386.inf
branches/ros-branch-0_3_11/reactos/dll/win32/syssetup/install.c
branches/ros-branch-0_3_11/reactos/include/reactos/version.h
Modified: branches/ros-branch-0_3_11/reactos/base/shell/explorer/res/logov.bmp
URL:
http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_11/reactos/base/…
==============================================================================
Binary files - no diff available.
Modified: branches/ros-branch-0_3_11/reactos/boot/bootdata/hivedef_i386.inf
URL:
http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_11/reactos/boot/…
==============================================================================
--- branches/ros-branch-0_3_11/reactos/boot/bootdata/hivedef_i386.inf [iso-8859-1]
(original)
+++ branches/ros-branch-0_3_11/reactos/boot/bootdata/hivedef_i386.inf [iso-8859-1] Sat Nov
28 01:14:56 2009
@@ -96,7 +96,7 @@
HKCU,"Control Panel\Desktop","ScreenSaverIsSecure",2,"1"
HKCU,"Control Panel\Desktop","ScreenSaveTimeOut",0,"600"
HKCU,"Control
Panel\Desktop","WaitToKillAppTimeout",2,"20000"
-HKCU,"Control Panel\Desktop","Wallpaper",0x00000000,""
+HKCU,"Control
Panel\Desktop","Wallpaper",0x00000000,"%SystemRoot%\Angelus_02_ROSWP.bmp"
HKCU,"Control Panel\Desktop","FontSmoothing",2,"0"
HKCU,"Control
Panel\Desktop","FontSmoothingOrientation",0x00010003,0x00000001
HKCU,"Control
Panel\Desktop","FontSmoothingType",0x00010003,0x00000001
Modified: branches/ros-branch-0_3_11/reactos/dll/win32/syssetup/install.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_11/reactos/dll/w…
==============================================================================
--- branches/ros-branch-0_3_11/reactos/dll/win32/syssetup/install.c [iso-8859-1]
(original)
+++ branches/ros-branch-0_3_11/reactos/dll/win32/syssetup/install.c [iso-8859-1] Sat Nov
28 01:14:56 2009
@@ -756,6 +756,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_11/reactos/include/reactos/version.h
URL:
http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_11/reactos/inclu…
==============================================================================
--- branches/ros-branch-0_3_11/reactos/include/reactos/version.h [iso-8859-1] (original)
+++ branches/ros-branch-0_3_11/reactos/include/reactos/version.h [iso-8859-1] Sat Nov 28
01:14:56 2009
@@ -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 11
#define COPYRIGHT_YEAR "2009"
/* 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