Update MuJoCo version from 3.5.0 to 3.5.1 following the 3.5.0 release

PiperOrigin-RevId: 869654894
Change-Id: I9cacaf4cbb70ad17faa24c3c30ec38ffe91b5deb
This commit is contained in:
Michael Moss
2026-02-13 03:53:19 -08:00
committed by Copybara-Service
parent 496f6b47fc
commit 42958aab81
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``
- 3005000
- 3005001
- The version of the MuJoCo headers. This is an integer calculated from the version string "S.M.P"
using the formula ``(S * 1e6) + (M * 1e3) + P``. For example, version 4.2.1 is represented as 4002001.
Defined in mujoco.h. The API function :ref:`mj_version` returns a number with the same meaning