summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerwincoumans <erwincoumans@google.com>2020-12-22 17:29:33 -0800
committerGitHub <noreply@github.com>2020-12-22 17:29:33 -0800
commitdf09fd9ed37e365ceae884ca7f620b61607dae2e (patch)
tree7e6ad60b0a9dea97024a8a0a413ba4eb543a18c1
parentbbb6f86d1255788888c722540547ae658f82e3bd (diff)
parent9e2c39f04f14d70962b67ea067cfd5e584326846 (diff)
downloadbullet3-3.08.tar.gz
Merge pull request #3206 from erwincoumans/master3.08
bump up version to 3.08
-rw-r--r--VERSION2
-rw-r--r--setup.py2
-rw-r--r--src/LinearMath/btSerializer.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index e449dd2a3..6fe94f3c6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.07
+3.08
diff --git a/setup.py b/setup.py
index 5f549d3b9..602244f25 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.7',
+ version='3.0.8',
description=
'Official Python Interface for the Bullet Physics SDK specialized for Robotics Simulation and Reinforcement Learning',
long_description=
diff --git a/src/LinearMath/btSerializer.h b/src/LinearMath/btSerializer.h
index 9abcf031d..4d1c760e2 100644
--- a/src/LinearMath/btSerializer.h
+++ b/src/LinearMath/btSerializer.h
@@ -481,7 +481,7 @@ public:
buffer[9] = '3';
buffer[10] = '0';
- buffer[11] = '7';
+ buffer[11] = '8';
}
virtual void startSerialization()