Skip to content

Commit

Permalink
Merge pull request #3834 from erwincoumans/master
Browse files Browse the repository at this point in the history
bump up pybullet version (and c++ version) to 3.17/3.1.7
  • Loading branch information
erwincoumans authored May 7, 2021
2 parents 39d981b + 092b7bc commit ebe1916
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.08
3.17
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ def _single_compile(obj):

setup(
name='pybullet',
version='3.1.6',
version='3.1.7',
description=
'Official Python Interface for the Bullet Physics SDK specialized for Robotics Simulation and Reinforcement Learning',
long_description=
Expand Down
2 changes: 1 addition & 1 deletion src/LinearMath/btScalar.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 307
#define BT_BULLET_VERSION 317

inline int btGetVersion()
{
Expand Down
4 changes: 2 additions & 2 deletions src/LinearMath/btSerializer.h
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,8 @@ class btDefaultSerializer : public btSerializer
}

buffer[9] = '3';
buffer[10] = '0';
buffer[11] = '8';
buffer[10] = '1';
buffer[11] = '7';
}

virtual void startSerialization()
Expand Down

0 comments on commit ebe1916

Please sign in to comment.