Before Width: | Height: | Size: 824 B After Width: | Height: | Size: 502 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 633 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 870 B |
Before Width: | Height: | Size: 701 B After Width: | Height: | Size: 421 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 496 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 732 B |
Before Width: | Height: | Size: 947 B After Width: | Height: | Size: 618 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 827 B |
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 277 B After Width: | Height: | Size: 115 B |
Before Width: | Height: | Size: 478 B After Width: | Height: | Size: 218 B |
Before Width: | Height: | Size: 339 B After Width: | Height: | Size: 125 B |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5 KiB |
Before Width: | Height: | Size: 650 B After Width: | Height: | Size: 545 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 969 B |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 143 KiB After Width: | Height: | Size: 125 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 453 B After Width: | Height: | Size: 191 B |
Before Width: | Height: | Size: 712 B After Width: | Height: | Size: 340 B |
Before Width: | Height: | Size: 645 B After Width: | Height: | Size: 269 B |
Before Width: | Height: | Size: 312 B After Width: | Height: | Size: 207 B |
Before Width: | Height: | Size: 789 B After Width: | Height: | Size: 385 B |
Before Width: | Height: | Size: 627 B After Width: | Height: | Size: 288 B |
10
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.12.1700"
|
||||
CAPTION "Rufus 3.12.1701"
|
||||
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,12,1700,0
|
||||
PRODUCTVERSION 3,12,1700,0
|
||||
FILEVERSION 3,12,1701,0
|
||||
PRODUCTVERSION 3,12,1701,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.12.1700"
|
||||
VALUE "FileVersion", "3.12.1701"
|
||||
VALUE "InternalName", "Rufus"
|
||||
VALUE "LegalCopyright", "© 2011-2020 Pete Batard (GPL v3)"
|
||||
VALUE "LegalTrademarks", "https://www.gnu.org/licenses/gpl-3.0.html"
|
||||
VALUE "OriginalFilename", "rufus-3.12.exe"
|
||||
VALUE "ProductName", "Rufus"
|
||||
VALUE "ProductVersion", "3.12.1700"
|
||||
VALUE "ProductVersion", "3.12.1701"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
|