added version define BT_BULLET_VERSION

This commit is contained in:
ejcoumans
2007-11-05 07:48:51 +00:00
parent 12c39a9d9f
commit 47afa86482
2 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
Bullet Collision Detection and Physics Library version 2.64 Bullet Collision Detection and Physics Library version 2.65
http://bullet.sourceforge.net http://bullet.sourceforge.net

View File

@@ -23,10 +23,11 @@ subject to the following restrictions:
#include <cfloat> #include <cfloat>
#include <float.h> #include <float.h>
#define BT_BULLET_VERSION 265
inline int btGetVersion() inline int btGetVersion()
{ {
return 264; return BT_BULLET_VERSION;
} }
#ifdef WIN32 #ifdef WIN32