From 9de7d0db840c1875a32c0c1d56af4a703c8ffe2f Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Fri, 5 Feb 2016 17:18:33 +0000 Subject: [PATCH] [grub] update Grub4DOS to latest * NB: While the MBR itself didn't change, the Grub4DOS files were also updated on the server. See http://rufus.akeo.ie/files/grub4dos-0.4.5c/ and http://rufus.akeo.ie/files/grub4dos-0.4.6a/ * Closes #676 --- res/grub/readme.txt | 4 ++-- src/rufus.rc | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/res/grub/readme.txt b/res/grub/readme.txt index dafcf35a..011c461a 100644 --- a/res/grub/readme.txt +++ b/res/grub/readme.txt @@ -1,7 +1,7 @@ This directory contains the Grub4DOS boot records that are used by Rufus -* grldr.mbr was taken from the official 2015.10.21 release from - http://grub4dos.chenall.net/downloads/grub4dos-0.4.6a-2015-10-21/ +* grldr.mbr was taken from the official 2016.01.19 release from + http://grub4dos.chenall.net/downloads/grub4dos-0.4.6a-2016-01-19/ * Note that, for convenience reasons, the first 512 bytes from this grldr.mbr are *not* the ones that Rufus processes when writing the actual MBR (first 512 bytes). diff --git a/src/rufus.rc b/src/rufus.rc index 839e4778..616f0099 100644 --- a/src/rufus.rc +++ b/src/rufus.rc @@ -33,7 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL IDD_DIALOG DIALOGEX 12, 12, 242, 376 STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_ACCEPTFILES -CAPTION "Rufus 2.7.846" +CAPTION "Rufus 2.7.847" FONT 8, "Segoe UI Symbol", 400, 0, 0x0 BEGIN LTEXT "Device",IDS_DEVICE_TXT,9,6,200,8 @@ -320,8 +320,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,7,846,0 - PRODUCTVERSION 2,7,846,0 + FILEVERSION 2,7,847,0 + PRODUCTVERSION 2,7,847,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -338,13 +338,13 @@ BEGIN BEGIN VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)" VALUE "FileDescription", "Rufus" - VALUE "FileVersion", "2.7.846" + VALUE "FileVersion", "2.7.847" VALUE "InternalName", "Rufus" VALUE "LegalCopyright", "© 2011-2016 Pete Batard (GPL v3)" VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html" VALUE "OriginalFilename", "rufus.exe" VALUE "ProductName", "Rufus" - VALUE "ProductVersion", "2.7.846" + VALUE "ProductVersion", "2.7.847" END END BLOCK "VarFileInfo"