diff --git a/VERSION b/VERSION index e5dba2ed3..e449dd2a3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.05 +3.07 diff --git a/setup.py b/setup.py index ce9fa5a96..5f549d3b9 100644 --- a/setup.py +++ b/setup.py @@ -501,7 +501,7 @@ if 'BT_USE_EGL' in EGL_CXX_FLAGS: setup( name='pybullet', - version='3.0.6', + version='3.0.7', description= 'Official Python Interface for the Bullet Physics SDK specialized for Robotics Simulation and Reinforcement Learning', long_description= diff --git a/src/LinearMath/btScalar.h b/src/LinearMath/btScalar.h index a92caf181..36b90cc94 100644 --- a/src/LinearMath/btScalar.h +++ b/src/LinearMath/btScalar.h @@ -25,7 +25,7 @@ subject to the following restrictions: #include /* SVN $Revision$ on $Date$ from http://bullet.googlecode.com*/ -#define BT_BULLET_VERSION 305 +#define BT_BULLET_VERSION 307 inline int btGetVersion() { diff --git a/src/LinearMath/btSerializer.h b/src/LinearMath/btSerializer.h index 6ea36fbb3..9abcf031d 100644 --- a/src/LinearMath/btSerializer.h +++ b/src/LinearMath/btSerializer.h @@ -481,7 +481,7 @@ public: buffer[9] = '3'; buffer[10] = '0'; - buffer[11] = '5'; + buffer[11] = '7'; } virtual void startSerialization()