bump up VERSION to 2.82 in various places, there is still some more issue to be fixed before release.

This commit is contained in:
erwin.coumans
2013-09-12 20:37:30 +00:00
parent fa2276f1ca
commit 29915ba7fd
6 changed files with 7 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ subject to the following restrictions:
#include <float.h>
/* SVN $Revision$ on $Date$ from http://bullet.googlecode.com*/
#define BT_BULLET_VERSION 281
#define BT_BULLET_VERSION 282
inline int btGetVersion()
{

View File

@@ -438,7 +438,7 @@ public:
buffer[9] = '2';
buffer[10] = '8';
buffer[11] = '1';
buffer[11] = '2';
}