diff --git a/res/grub2/core.img b/res/grub2/core.img index 63098ba6..f1c8e47f 100644 Binary files a/res/grub2/core.img and b/res/grub2/core.img differ diff --git a/res/grub2/grub2_version.h b/res/grub2/grub2_version.h index 7b069ed0..c8a28420 100644 --- a/res/grub2/grub2_version.h +++ b/res/grub2/grub2_version.h @@ -2,4 +2,4 @@ * This file contains the version string of the GRUB 2.x binary embedded in Rufus. * Should be the same as GRUB's PACKAGE_VERSION in config.h. */ -#define GRUB2_PACKAGE_VERSION "2.02~beta2" +#define GRUB2_PACKAGE_VERSION "2.02~beta3" diff --git a/res/grub2/readme.txt b/res/grub2/readme.txt index 7fc23199..9358dca9 100644 --- a/res/grub2/readme.txt +++ b/res/grub2/readme.txt @@ -1,7 +1,7 @@ This directory contains the Grub 2.0 boot records that are used by Rufus -* boot.img and core.img were compiled from git://git.savannah.gnu.org/grub.git, - commit 72ec399ad8d6348b6c74ea63d80c79784c8b84ae, on a Debian 7.7.0 x64 system. +* boot.img and core.img were compiled from + http://alpha.gnu.org/gnu/grub/grub-2.02~beta3.tar.xz, on a Debian 8.3 x64 system. This was done following the guide from: http://pete.akeo.ie/2014/05/compiling-and-installing-grub2-for.html. diff --git a/src/rufus.rc b/src/rufus.rc index 524352fa..1339802f 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.8.872" +CAPTION "Rufus 2.8.873" 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,8,872,0 - PRODUCTVERSION 2,8,872,0 + FILEVERSION 2,8,873,0 + PRODUCTVERSION 2,8,873,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.8.872" + VALUE "FileVersion", "2.8.873" 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.8.872" + VALUE "ProductVersion", "2.8.873" END END BLOCK "VarFileInfo"