Skip to content

Commit

Permalink
bump up PyBullet to version 3.25
Browse files Browse the repository at this point in the history
  • Loading branch information
erwincoumans committed May 20, 2022
1 parent 56186db commit 7ba2965
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.24
3.25
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ def _single_compile(obj):

setup(
name='pybullet',
version='3.2.4',
version='3.2.5',
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:https://bullet.googlecode.com*/
#define BT_BULLET_VERSION 324
#define BT_BULLET_VERSION 325

inline int btGetVersion()
{
Expand Down
2 changes: 1 addition & 1 deletion src/LinearMath/btSerializer.h
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ class btDefaultSerializer : public btSerializer

buffer[9] = '3';
buffer[10] = '2';
buffer[11] = '4';
buffer[11] = '5';
}

virtual void startSerialization()
Expand Down

0 comments on commit 7ba2965

Please sign in to comment.