Files
Mujoco_WASM/dist/simulate.rc
T
Rishi Krishnan ed3ff15870 Update MuJoCo's version number following the 3.3.5 release.
PiperOrigin-RevId: 792806341
Change-Id: Ic68ecceacc48ddbd6b0c741ae8f0791551e1b4dd
2025-08-08 16:45:12 -07:00

28 lines
608 B
Plaintext

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