Author: cfinck
Date: Sun Mar 13 22:00:28 2011
New Revision: 51044
URL: http://svn.reactos.org/svn/reactos?rev=51044&view=rev
Log:
[RAPPS]
Adam Stachowicz (saibamenppl(a)gmail.com)
- Fix mIRC version number in Rapps
See issue #5999 for more details.
Modified:
trunk/reactos/base/applications/rapps/rapps/mirc.txt
Modified: trunk/reactos/base/applications/rapps/rapps/mirc.txt
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/rapps/ra…
==============================================================================
--- trunk/reactos/base/applications/rapps/rapps/mirc.txt [iso-8859-1] (original)
+++ trunk/reactos/base/applications/rapps/rapps/mirc.txt [iso-8859-1] Sun Mar 13 22:00:28 2011
@@ -2,7 +2,7 @@
[Section]
Name = mIRC
-Version = 7.17
+Version = 7.19
Licence = Shareware
Description = The most popular client for the Internet Relay Chat (IRC).
Size = 1.9M
Author: cfinck
Date: Sun Mar 13 17:49:31 2011
New Revision: 51037
URL: http://svn.reactos.org/svn/reactos?rev=51037&view=rev
Log:
- Change the version to 0.3.13
- 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.
Modified:
branches/ros-branch-0_3_13/reactos/base/shell/explorer/res/logov.bmp
branches/ros-branch-0_3_13/reactos/boot/bootdata/hivedef_i386.inf
branches/ros-branch-0_3_13/reactos/dll/win32/syssetup/install.c
branches/ros-branch-0_3_13/reactos/include/reactos/version.h
branches/ros-branch-0_3_13/reactos/ntoskrnl/inbv/logo/1.bmp
Modified: branches/ros-branch-0_3_13/reactos/base/shell/explorer/res/logov.bmp
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_13/reactos/base/…
==============================================================================
Binary files - no diff available.
Modified: branches/ros-branch-0_3_13/reactos/boot/bootdata/hivedef_i386.inf
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_13/reactos/boot/…
==============================================================================
Binary files - no diff available.
Modified: branches/ros-branch-0_3_13/reactos/dll/win32/syssetup/install.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_13/reactos/dll/w…
==============================================================================
--- branches/ros-branch-0_3_13/reactos/dll/win32/syssetup/install.c [iso-8859-1] (original)
+++ branches/ros-branch-0_3_13/reactos/dll/win32/syssetup/install.c [iso-8859-1] Sun Mar 13 17:49:31 2011
@@ -772,6 +772,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_13/reactos/include/reactos/version.h
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_13/reactos/inclu…
==============================================================================
--- branches/ros-branch-0_3_13/reactos/include/reactos/version.h [iso-8859-1] (original)
+++ branches/ros-branch-0_3_13/reactos/include/reactos/version.h [iso-8859-1] Sun Mar 13 17:49:31 2011
@@ -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 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
Modified: branches/ros-branch-0_3_13/reactos/ntoskrnl/inbv/logo/1.bmp
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_13/reactos/ntosk…
==============================================================================
Binary files - no diff available.