- Change the version to 0.3.13
authorColin Finck <colin@reactos.org>
Sun, 13 Mar 2011 17:49:31 +0000 (17:49 +0000)
committerColin Finck <colin@reactos.org>
Sun, 13 Mar 2011 17:49:31 +0000 (17:49 +0000)
- Set "Angelus_02_ROSWP.bmp" as the default wallpaper
- Add a shortcut to RApps to the Desktop
- Change the boot logo to update the copyright year. Done with GIMP this time as it was one of the few tools to create proper 4-bit RLE files.
  This logo shall not be merged back to Trunk, because Aleksey wants to have another bitmap ready by the next release.

svn path=/branches/ros-branch-0_3_13/; revision=51037

reactos/base/shell/explorer/res/logov.bmp
reactos/boot/bootdata/hivedef_i386.inf
reactos/dll/win32/syssetup/install.c
reactos/include/reactos/version.h
reactos/ntoskrnl/inbv/logo/1.bmp

index 109246c..c8fe5e0 100644 (file)
Binary files a/reactos/base/shell/explorer/res/logov.bmp and b/reactos/base/shell/explorer/res/logov.bmp differ
index b49f1ba..77da953 100644 (file)
Binary files a/reactos/boot/bootdata/hivedef_i386.inf and b/reactos/boot/bootdata/hivedef_i386.inf differ
index 66f981b..5980dca 100644 (file)
@@ -772,6 +772,7 @@ CreateShortcuts(VOID)
 
     /* 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);
index 20c51ff..6fc5049 100644 (file)
 #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  13
 
 #define COPYRIGHT_YEAR              "2011"
 
 /* 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
index d13c48d..a2253b6 100644 (file)
Binary files a/reactos/ntoskrnl/inbv/logo/1.bmp and b/reactos/ntoskrnl/inbv/logo/1.bmp differ