Update the MuJoCo version for the 3.2.5 release following the 3.2.4 release.

PiperOrigin-RevId: 686641388
Change-Id: I68d5183c9d369b7617f692ab97c12c53f0d2504c
This commit is contained in:
Google DeepMind
2024-10-16 14:23:02 -07:00
committed by Copybara-Service
parent 8740533644
commit ffdb800e45
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 324
#define mjVERSION_HEADER 325
// needed to define size_t, fabs and log10
#include <stdlib.h>