diff --git a/res/appstore/Package.appxmanifest b/res/appstore/Package.appxmanifest index 1aac6cb5..03d272fb 100644 --- a/res/appstore/Package.appxmanifest +++ b/res/appstore/Package.appxmanifest @@ -11,7 +11,7 @@ + Version="3.14.1778.0" /> Rufus diff --git a/res/grub2/core.img b/res/grub2/core.img index a0004f6f..f94e0634 100644 Binary files a/res/grub2/core.img and b/res/grub2/core.img differ diff --git a/res/grub2/readme.txt b/res/grub2/readme.txt index 6fa0bf4d..6a030701 100644 --- a/res/grub2/readme.txt +++ b/res/grub2/readme.txt @@ -2,9 +2,10 @@ This directory contains the Grub 2.0 boot records that are used by Rufus * boot.img and core.img were created from: https://ftp.gnu.org/gnu/grub/grub-2.04.tar.xz - with the following two extra patches applied: + with the following 3 extra patches applied: - https://lists.gnu.org/archive/html/grub-devel/2020-07/msg00016.html - https://lists.gnu.org/archive/html/grub-devel/2020-07/msg00017.html + - https://lists.gnu.org/archive/html/grub-devel/2021-03/msg00012.html on a Debian 10.x x64 system using the commands: ./autogen.sh ./configure --disable-nls --enable-boot-time diff --git a/src/rufus.rc b/src/rufus.rc index 23aeea1e..83a4abaf 100644 --- a/src/rufus.rc +++ b/src/rufus.rc @@ -33,7 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL IDD_DIALOG DIALOGEX 12, 12, 232, 326 STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_ACCEPTFILES -CAPTION "Rufus 3.14.1777" +CAPTION "Rufus 3.14.1778" FONT 9, "Segoe UI Symbol", 400, 0, 0x0 BEGIN LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP @@ -395,8 +395,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,14,1777,0 - PRODUCTVERSION 3,14,1777,0 + FILEVERSION 3,14,1778,0 + PRODUCTVERSION 3,14,1778,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -414,13 +414,13 @@ BEGIN VALUE "Comments", "https://rufus.ie" VALUE "CompanyName", "Akeo Consulting" VALUE "FileDescription", "Rufus" - VALUE "FileVersion", "3.14.1777" + VALUE "FileVersion", "3.14.1778" VALUE "InternalName", "Rufus" VALUE "LegalCopyright", "© 2011-2021 Pete Batard (GPL v3)" VALUE "LegalTrademarks", "https://www.gnu.org/licenses/gpl-3.0.html" VALUE "OriginalFilename", "rufus-3.14.exe" VALUE "ProductName", "Rufus" - VALUE "ProductVersion", "3.14.1777" + VALUE "ProductVersion", "3.14.1778" END END BLOCK "VarFileInfo"