Merge branch 'master' of github.com:erwincoumans/bullet3

This commit is contained in:
erwin coumans
2022-04-25 19:32:45 -07:00
4 changed files with 4 additions and 4 deletions

View File

@@ -1 +1 @@
3.23
3.24

View File

@@ -505,7 +505,7 @@ if 'BT_USE_EGL' in EGL_CXX_FLAGS:
setup(
name='pybullet',
version='3.2.3',
version='3.2.4',
description=
'Official Python Interface for the Bullet Physics SDK specialized for Robotics Simulation and Reinforcement Learning',
long_description=

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 323
#define BT_BULLET_VERSION 324
inline int btGetVersion()
{

View File

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