Update MuJoCo version from 3.5.1 to 3.6.0 prior to next release.

The next release will include breaking changes, so this bumps the major
version to reflect that.

PiperOrigin-RevId: 881351265
Change-Id: I970c68a0211651c07fcb8109ebd0b138196cf50a
This commit is contained in:
Michael Moss
2026-03-10 04:29:38 -07:00
committed by Copybara-Service
parent 713b5524bc
commit 955d6c0b02
16 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
#define MUJOCO_MUJOCO_H_
// header version; should match the library version as returned by mj_version()
#define mjVERSION_HEADER 3005001
#define mjVERSION_HEADER 3006000
// needed to define size_t, fabs and log10
#include <stdlib.h>