diff --git a/res/icons/hash-24.png b/res/icons/hash-24.png index ba5ab672..b23ab60e 100644 Binary files a/res/icons/hash-24.png and b/res/icons/hash-24.png differ diff --git a/res/icons/hash-32.png b/res/icons/hash-32.png index 67a556b6..ced83ab3 100644 Binary files a/res/icons/hash-32.png and b/res/icons/hash-32.png differ diff --git a/res/icons/info-16.png b/res/icons/info-16.png index a603b6fd..3a6b1f35 100644 Binary files a/res/icons/info-16.png and b/res/icons/info-16.png differ diff --git a/res/icons/info-24.png b/res/icons/info-24.png index e6121fbc..9bd77688 100644 Binary files a/res/icons/info-24.png and b/res/icons/info-24.png differ diff --git a/res/icons/info-32.png b/res/icons/info-32.png index 5b57981c..5c9012dc 100644 Binary files a/res/icons/info-32.png and b/res/icons/info-32.png differ diff --git a/res/icons/lang-32.png b/res/icons/lang-32.png index 932f50a5..2469a8cd 100644 Binary files a/res/icons/lang-32.png and b/res/icons/lang-32.png differ diff --git a/src/rufus.rc b/src/rufus.rc index 96e93d9d..51a3699b 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.4.1409" +CAPTION "Rufus 3.4.1410" FONT 9, "Segoe UI Symbol", 400, 0, 0x0 BEGIN LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP @@ -392,8 +392,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,4,1409,0 - PRODUCTVERSION 3,4,1409,0 + FILEVERSION 3,4,1410,0 + PRODUCTVERSION 3,4,1410,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -411,13 +411,13 @@ BEGIN VALUE "Comments", "https://akeo.ie" VALUE "CompanyName", "Akeo Consulting" VALUE "FileDescription", "Rufus" - VALUE "FileVersion", "3.4.1409" + VALUE "FileVersion", "3.4.1410" VALUE "InternalName", "Rufus" VALUE "LegalCopyright", "© 2011-2018 Pete Batard (GPL v3)" VALUE "LegalTrademarks", "https://www.gnu.org/copyleft/gpl.html" VALUE "OriginalFilename", "rufus-3.4.exe" VALUE "ProductName", "Rufus" - VALUE "ProductVersion", "3.4.1409" + VALUE "ProductVersion", "3.4.1410" END END BLOCK "VarFileInfo"