Bochs/bochs/bxversion.rc.in
Volker Ruppert f206839636 Some work on the Bochs version number strings.
- Get rid of VER_STRING since it's the same as VERSION
- Add new defines VER_MAJOR, VER_MINOR, VER_PATCH and VER_SVN and use them for
  the version number on Windows.
- TODO: Add the capability to detect installed version to the Windows installer.
2019-11-14 10:34:39 +00:00

21 lines
485 B
Plaintext

1 VERSIONINFO
FILEVERSION @VER_MAJOR@, @VER_MINOR@, @VER_PATCH@, @VER_SVN@
{
BLOCK "StringFileInfo"
{
BLOCK "040904B0"
{
VALUE "FileDescription", "The cross platform IA-32 emulator"
VALUE "FileVersion", "@VERSION@"
VALUE "LegalCopyright", "Copyright \251 2001-2019 The Bochs Project"
VALUE "ProductName", "Bochs"
VALUE "ProductVersion", "@REL_STRING@"
VALUE "OriginalFilename", "BOCHS.EXE"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 1033, 1300
}
}