mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-28 05:34:15 -04:00
v2.15 (build 1117)
This commit is contained in:
parent
9e2d0239e6
commit
92d8ac26b0
5 changed files with 10 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* First 423 bytes of MBR from Grub4DOS (Converted from res/grub4dos/grldr.mbr)
|
||||
* First 423 bytes of MBR from Grub4DOS (Converted from res/grub/grldr.mbr)
|
||||
*/
|
||||
unsigned char mbr_grub_0x0[] = {
|
||||
0xEB, 0x5E, 0x90, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
|
|
10
src/rufus.rc
10
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.15.1116"
|
||||
CAPTION "Rufus 2.15.1117"
|
||||
FONT 8, "Segoe UI Symbol", 400, 0, 0x0
|
||||
BEGIN
|
||||
LTEXT "Device",IDS_DEVICE_TXT,9,6,200,8
|
||||
|
@ -334,8 +334,8 @@ END
|
|||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 2,15,1116,0
|
||||
PRODUCTVERSION 2,15,1116,0
|
||||
FILEVERSION 2,15,1117,0
|
||||
PRODUCTVERSION 2,15,1117,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
@ -352,13 +352,13 @@ BEGIN
|
|||
BEGIN
|
||||
VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)"
|
||||
VALUE "FileDescription", "Rufus"
|
||||
VALUE "FileVersion", "2.15.1116"
|
||||
VALUE "FileVersion", "2.15.1117"
|
||||
VALUE "InternalName", "Rufus"
|
||||
VALUE "LegalCopyright", "© 2011-2017 Pete Batard (GPL v3)"
|
||||
VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html"
|
||||
VALUE "OriginalFilename", "rufus.exe"
|
||||
VALUE "ProductName", "Rufus"
|
||||
VALUE "ProductVersion", "2.15.1116"
|
||||
VALUE "ProductVersion", "2.15.1117"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue