bump up pybullet version to 3.23

This commit is contained in:
Erwin Coumans
2022-04-24 16:48:28 -07:00
parent 957a46d840
commit 968b4356dc
4 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ subject to the following restrictions:
#include <float.h>
/* SVN $Revision$ on $Date$ from http://bullet.googlecode.com*/
#define BT_BULLET_VERSION 322
#define BT_BULLET_VERSION 323
inline int btGetVersion()
{

View File

@@ -481,7 +481,7 @@ public:
buffer[9] = '3';
buffer[10] = '2';
buffer[11] = '2';
buffer[11] = '3';
}
virtual void startSerialization()