Files
Mujoco_WASM/dist/simulate.rc
T
Saran Tunyasuvunakool 1408a63a02 Bump version number in Windows resource files.
PiperOrigin-RevId: 493091034
Change-Id: I65f2a68e6f182500dbd55cf93669f32e25d7ae66
2022-12-05 13:08:18 -08:00

28 lines
601 B
Plaintext

MUJOCO ICON "mujoco.ico"
1 VERSIONINFO
FILEVERSION 2,3,1,0
PRODUCTVERSION 2,3,1,0
FILEOS 0x4
FILETYPE 0x1
{
BLOCK "StringFileInfo"
{
BLOCK "040904b0"
{
VALUE "ProductName", "MuJoCo"
VALUE "ProductVersion", "2.3.1"
VALUE "FileDescription", "MuJoCo"
VALUE "FileVersion", "2.3.1"
VALUE "InternalName", "simulate.exe"
VALUE "OriginalFilename", "simulate.exe"
VALUE "CompanyName", "DeepMind"
VALUE "LegalCopyright", "Copyright 2021 DeepMind Technologies Limited."
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409 0x04B0
}
}