Update unreleased MuJoCo version from 3.4.1 to 3.5.0.

PiperOrigin-RevId: 868169291
Change-Id: I8041842811f5f664c80116993315f50d549b5575
This commit is contained in:
Yuval Tassa
2026-02-10 08:51:12 -08:00
committed by Copybara-Service
parent e16ee4fcb4
commit 4fa062c7e5
16 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -527,7 +527,7 @@ shown in the table below. Their names are in the format ``mjKEY_XXX``. They corr
- Maximum number of UI rectangles.
Defined in `mjui.h <https://github.com/google-deepmind/mujoco/blob/main/include/mujoco/mjui.h>`_.
* - ``mjVERSION_HEADER``
- 341
- 350
- The version of the MuJoCo headers; changes with every release. This is an integer equal to 100x the software
version, so 210 corresponds to version 2.1. Defined in mujoco.h. The API function :ref:`mj_version` returns a
number with the same meaning but for the compiled library.