bump up version to 3.22

This commit is contained in:
Erwin Coumans
2022-03-25 19:59:28 -07:00
parent 22d9eec148
commit d3b4c27db4
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
3.21
3.22

View File

@@ -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 320
#define BT_BULLET_VERSION 322
inline int btGetVersion()
{

View File

@@ -481,7 +481,7 @@ public:
buffer[9] = '3';
buffer[10] = '2';
buffer[11] = '1';
buffer[11] = '2';
}
virtual void startSerialization()