Skip to content

Commit ebe1916

Browse files
author
erwincoumans
authored
Merge pull request #3834 from erwincoumans/master
bump up pybullet version (and c++ version) to 3.17/3.1.7
2 parents 39d981b + 092b7bc commit ebe1916

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.08
1+
3.17

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ def _single_compile(obj):
501501

502502
setup(
503503
name='pybullet',
504-
version='3.1.6',
504+
version='3.1.7',
505505
description=
506506
'Official Python Interface for the Bullet Physics SDK specialized for Robotics Simulation and Reinforcement Learning',
507507
long_description=

src/LinearMath/btScalar.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ subject to the following restrictions:
2525
#include <float.h>
2626

2727
/* SVN $Revision$ on $Date$ from http://bullet.googlecode.com*/
28-
#define BT_BULLET_VERSION 307
28+
#define BT_BULLET_VERSION 317
2929

3030
inline int btGetVersion()
3131
{

src/LinearMath/btSerializer.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,8 @@ class btDefaultSerializer : public btSerializer
480480
}
481481

482482
buffer[9] = '3';
483-
buffer[10] = '0';
484-
buffer[11] = '8';
483+
buffer[10] = '1';
484+
buffer[11] = '7';
485485
}
486486

487487
virtual void startSerialization()

0 commit comments

Comments
 (0)