summaryrefslogblamecommitdiffstats
path: root/version.rc
blob: d8e15699919e36151811aef815ea5bf3f78d0eb8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                    
                                                 











                                                                                                         

                                      
#include <winver.h>
#include "config-host.h"

VS_VERSION_INFO VERSIONINFO
FILEVERSION CONFIG_FILEVERSION
PRODUCTVERSION CONFIG_PRODUCTVERSION
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
FILESUBTYPE VFT2_UNKNOWN
{
  BLOCK "StringFileInfo"
  {
    BLOCK "040904E4"
    {
      VALUE "CompanyName", "https://www.qemu.org"
      VALUE "FileDescription", "QEMU machine emulators and tools"
      VALUE "FileVersion", QEMU_VERSION
      VALUE "LegalCopyright", "Copyright various authors. Released under the GNU General Public License."
      VALUE "LegalTrademarks", "QEMU is a trademark of Fabrice Bellard."
      VALUE "ProductName", "QEMU"
    }
  }
  BLOCK "VarFileInfo"
  {
    VALUE "Translation", 0x0409, 1252
  }
}

IDI_ICON1 ICON "pc-bios/qemu-nsis.ico"
mitgraph'>* targets (various): use softfloat-helpers.h where we canAlex Bennée2019-08-191-1/+1 * tricore: add QSEED instructionAndreas Konopik2019-06-253-0/+89 * tricore: sync ctx.hflags with tb->flagsGeorg Hofstetter2019-06-251-0/+1 * tricore: fix RRPW_INSERT instructionDavid Brenken2019-06-251-2/+2 * tricore: add UTOF instructionDavid Brenken2019-06-253-0/+20 * tricore: add FTOIZ instructionDavid Brenken2019-06-25