• Don Gagne's avatar
    Version information in .exe · 956b6861
    Don Gagne authored
    Still not working fully but more information is getting in there than
    before. Also by removing VERSION from .pro it fixes problem with vs
    proj being built incorrectly.
    956b6861
qgroundcontrol.rc 801 Bytes
IDI_ICON1               ICON    DISCARDABLE     "files/images/icons/qgroundcontrol.ico"

1 VERSIONINFO
FILEVERSION    	2,0,0,227
PRODUCTVERSION 	2,0,0,0
BEGIN
    BLOCK "StringFileInfo"
    BEGIN
        BLOCK "040904E4"
        BEGIN
            VALUE "CompanyName",      "qgroundcontrol.org"
            VALUE "FileDescription",  "Open source ground control app provided by QGroundControl dev team"
            VALUE "FileVersion",      "2.0.0.227"
            VALUE "LegalCopyright",   "Copyright (C) 2013 QGroundControl Development Team. All rights reserved."
            VALUE "ProductName",      "qgroundcontrol"
            VALUE "ProductVersion",   "2.0"
            VALUE "InternalName",     "qgroundcontrol"
            VALUE "OriginalFilename", "qgroundcontrol.exe"
        END
    END
END