Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190704-1' into...
[qemu/ar7.git] / version.rc
blobd8e15699919e36151811aef815ea5bf3f78d0eb8
1 #include <winver.h>
2 #include "config-host.h"
4 VS_VERSION_INFO VERSIONINFO
5 FILEVERSION CONFIG_FILEVERSION
6 PRODUCTVERSION CONFIG_PRODUCTVERSION
7 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
8 FILEOS VOS_NT_WINDOWS32
9 FILETYPE VFT_APP
10 FILESUBTYPE VFT2_UNKNOWN
12   BLOCK "StringFileInfo"
13   {
14     BLOCK "040904E4"
15     {
16       VALUE "CompanyName", "https://www.qemu.org"
17       VALUE "FileDescription", "QEMU machine emulators and tools"
18       VALUE "FileVersion", QEMU_VERSION
19       VALUE "LegalCopyright", "Copyright various authors. Released under the GNU General Public License."
20       VALUE "LegalTrademarks", "QEMU is a trademark of Fabrice Bellard."
21       VALUE "ProductName", "QEMU"
22     }
23   }
24   BLOCK "VarFileInfo"
25   {
26     VALUE "Translation", 0x0409, 1252
27   }
30 IDI_ICON1 ICON "pc-bios/qemu-nsis.ico"