Update the version number to 3.2.8 following the 3.2.7 release.

PiperOrigin-RevId: 715870970
Change-Id: I9fc9a09d959043f3029faa7296a717ea56f75c89
This commit is contained in:
Gabe Oppenheimer
2025-01-15 11:12:28 -08:00
committed by Copybara-Service
parent f1d557c125
commit 6436055c6c
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 327
#define mjVERSION_HEADER 328
// needed to define size_t, fabs and log10
#include <stdlib.h>