Update MuJoCo's version number following the 3.3.6 release.

PiperOrigin-RevId: 808180152
Change-Id: I23de64cb0968b94c489b29622e4308d16513793a
This commit is contained in:
Rishi Krishnan
2025-09-17 09:12:10 -07:00
committed by Copybara-Service
parent 9af1f55862
commit 8e9eb2fa38
16 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -521,7 +521,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``
- 336
- 337
- 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.